We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I couldn't find a parameter for mosaicFAMOS.py which prevents using up side down textures. Is it possible to use only original side textures?
Atte T.
The text was updated successfully, but these errors were encountered:
Hi Atte
the parameter --mirror is used for that, it disables texture mirroring, and this is off by default. Does this solve your issue?
parser.add_argument('--mirror', type=bool, default=False,help='augment style image distribution for mirroring')
Sorry, something went wrong.
Hi, Yep, I first put --mirror=False, but after leaving the whole parameter out, it works. Tnx!
No branches or pull requests
Hi,
I couldn't find a parameter for mosaicFAMOS.py which prevents using up side down textures. Is it possible to use only original side textures?
Atte T.
The text was updated successfully, but these errors were encountered: