forked from pjreddie/darknet
-
Notifications
You must be signed in to change notification settings - Fork 8k
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
About data augmentation in [tiny] yolo #6130
Comments
Thank you @AlexeyAB, exactly what I was looking for!
|
@spinlud
|
Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys!
I am using
yolov3-tiny
andyolov4-tiny
to train a custom model. For my current task I don't need any rotation, horizontal/vertical flip and skewness on the training images. Do I need to change anything in the.cfg
file to disable these types of data augmentation or are they already disabled?Looking for example inside the
yolov4-tiny.cfg
file I seeangle=0
, does this mean that rotation augmentation is disabled? And what about horizontal/vertical flip and skewness, do I need to do anything? Is there a list of the parameters used inyolo
with a description about what they do?Thanks for any info!
The text was updated successfully, but these errors were encountered: