Replies: 1 comment 1 reply
-
@DrMRizk Hi, the model will augment the images automatically. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello @AlexeyAB @WongKinYiu @cenit
I understood from the published paper that the current version of YOLOv4 uses CutMix and Mosaic data augmentation, DropBlock regularization, Class label smoothing, etc.
Also, it is mentioned in the section "Improvements in this repository" that image augmentation has been added to YOLOv4.
So,while training the model will augment the images automatically? Or we shall activate image augmentation before training?
we just need to modify the cfg file by choose
cutmix=1
mosaic=1
mixup=1
blur=1
right?
note that mixup and blur are not added to yolov4-custom.cfg;
Beta Was this translation helpful? Give feedback.
All reactions