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

The meaning of num_mix #4

Closed
developer0hye opened this issue Aug 11, 2020 · 2 comments
Closed

The meaning of num_mix #4

developer0hye opened this issue Aug 11, 2020 · 2 comments

Comments

@developer0hye
Copy link

for _ in range(self.num_mix):

Thank you for sharing great works!

I have a question. What's the meaning of num_mix?

Is it the maximum number of mixed class?

@ildoonet
Copy link
Owner

ildoonet commented Sep 9, 2020

@developer0hye

It is an experimental parameter, which mixes multiple images more than just two.

If you use num_mix=2, then it will mixes two images into the original image.

The default value is 1, as the original paper.

@developer0hye
Copy link
Author

@ildoonet
Thanks!

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