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

augmentation: control degradation rate #13

Open
bertsky opened this issue Jan 30, 2021 · 0 comments
Open

augmentation: control degradation rate #13

bertsky opened this issue Jan 30, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@bertsky
Copy link

bertsky commented Jan 30, 2021

IIUC, in the current implementation, the rate between original images and augmented variants will be a fixed 1 : N for N kinds of augmentation that have been enabled:

random.shuffle(n)

This makes it hard to control what kind of degradation to learn how fast. IMHO the precomputed files should be somehow indexed in such a way that the randomized generator can mix in augmented images (of any kind) at a well-defined rate. You would then be able to configure, say, rotation at p = 0.2. Think imgaug!

Also, I believe it should at least be possible to increase that rate throughout the training procedure.

@cneud cneud added the enhancement New feature or request label Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants