-
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
Classifier - CutMix: Regularization Strategy to Train Strong Classifiers #4419
Comments
Fixed CutMix: 4c26117
Use |
@AlexeyAB OK, I will re-train the models. |
@AlexeyAB |
@WongKinYiu After how many iterations it leads to Segmentation fault? |
@AlexeyAB 0~2 iterations, use together. |
@WongKinYiu
|
I used yesterday's repo and trained a detector. |
@WongKinYiu Detector doesn't support CutMix yet: |
@AlexeyAB OK, thank you! |
mixup does not get better performance in my experiments but cutmix does, for example:
|
@WongKinYiu Thanks! Did you test mosaic and cutmix+mosaic? |
Not yet, I just get some available gpus today. I will test |
CutMix: Regularization Strategy to Train Strong Classifiers with Localizable Features
Use for Classifier training:
cutmix=1
- will be used CutMix (36%-91%, 9%-64%)mixup=1
- will be used MixUp (50%, 50%)Run training with flag
-show_imgs
to see how images are changed (in separate windows and saved to filesaug_... .jpg
) and how labels are changed (see the console)../darknet classifier train cfg/imagenet1k_c.data cfg/efficientnet_b0.cfg -topk -show_imgs
Results of ResNet50-Faster-RCNN: clovaai/CutMix-PyTorch#13
CutMix-Pretrained shows a meaningful improvement in MS-COCO detection!
The text was updated successfully, but these errors were encountered: