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

Does it perform data augmentation by default? Is it possible to do real time data augmentation, such as rotation , zoom (1-10%) horizontal and vertical flipping. ) #509

Closed
yuki4ghub15 opened this issue Jul 15, 2019 · 2 comments

Comments

@yuki4ghub15
Copy link

Hello
Does Keras-Yolo3 perform data augmentation by default?
Is it possible to do real time data augmentation, such as rotation , zoom (1-10%) horizontal and vertical flipping).

@cnmckee
Copy link

cnmckee commented Jul 25, 2019

If you look at yolo3/utils.py you can see that in the function get_random_data(), which is called when the model is trained, data augmentation is performed.

@yuki4ghub15
Copy link
Author

Thanks dude@cnmckee , I already got it.

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