Change image transformations during training #850
StickyDoughnut
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I want to use autotrain for image classification and object detection. There is a set of fixed transformation for augmentation in image_classification/utils.py
I wonder what the best way would be to alter the transformations before training? There are cases where I'd really like to add others or change the existing ones. As far as I could see those aren't configureable, are they?
What would be the best approach to alter the transformations?
Beta Was this translation helpful? Give feedback.
All reactions