Skip to content
New issue

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

To avoid up side down textures #2

Closed
attenka opened this issue Jul 5, 2019 · 2 comments
Closed

To avoid up side down textures #2

attenka opened this issue Jul 5, 2019 · 2 comments

Comments

@attenka
Copy link

attenka commented Jul 5, 2019

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.

@nikjetchev
Copy link
Collaborator

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')

@attenka
Copy link
Author

attenka commented Jul 9, 2019

Hi,
Yep, I first put --mirror=False, but after leaving the whole parameter out, it works. Tnx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants