- 
                Notifications
    
You must be signed in to change notification settings  - Fork 7.8k
 
Adds config options for randomly flipping images #1976
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
Conversation
| 
           Pipeline failed on  I guess this would deserve a new PR that would make test behavior deterministic. Meanwhile, I propose to simply rerun the failed pipeline, what do you think @ppwwyyxx?  | 
    
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this test occasionally fails. Instead of making it deterministic we would actually like to understand the root cause of that and whether there is a small bug behind. For now we can just ignore that in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ppwwyyxx has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Adds options to config in order to enable/disable random horizontal/vertical flipping for image augmentation. Feature labeled as _enhancement_ and requested by [1513](#1513) Pull Request resolved: #1976 Reviewed By: rbgirshick Differential Revision: D23590862 Pulled By: ppwwyyxx fbshipit-source-id: ea364c48bdbe8a7cc49ac0cf03426793e7d43eb7
Adds options to config in order to enable/disable random horizontal/vertical flipping for image augmentation.
Feature labeled as enhancement and requested by 1513