❓ Data augmentation in Padim training #1616
Replies: 4 comments
-
Hey, there is an artical covering that topic called What Makes a Good Data Augmentation for Few-Shot Unsupervised Image |
Beta Was this translation helpful? Give feedback.
-
It depends on the images and the algorithm; trying to see how it works in your case can be the best solution. As the article mentioned in the previous comment says, some augmentations can be beneficial if you have a low number of images for training:
|
Beta Was this translation helpful? Give feedback.
-
Hi, I'm also testing the effect of augmentations in an anomaly detection system. Is there any code/documentation on how to apply augmentations into different models. I see there is some related code under pre_process.PreProcessor to "Applies pre-processing and data augmentations to the input and returns the transformed output." but its not fully clear to me how to choose the augmentation parameters, etc. Thanks a lot! |
Beta Was this translation helpful? Give feedback.
-
Hi @margalordyzd, we currently do not have such documentation. The main reason being that we would like to switch to torchvision transforms and remove albumentations. Until we finish the migration, you could perhaps refer to #542? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What is the motivation for this task?
I would like to know if image augmentation could improve my padim training algorithm.
Describe the solution you'd like
I'm training a padim anomaly detector with this wonderful repository. I'm wondering if data augmentation will improve or decrease my detector performances; for example I have objects that theorically should be placed exactly in the same place, but in reality probably not. I have to slightly rotate and translate my objects to make the algorithm more robust? The same apply with exposure and contrast. Thank you,
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions