-
### Describe the bug
The computation of lambda in this line:
https://github.com/kornia/kornia/blob/52cee42a15f4828adf729e28931479ec5375ed20/kornia/augmentation/_2d/mix/cutmix.py#L90
should be:
…
-
The behavior of the CutMix transform on labels was changed significantly from v1.3.2 to v1.4.0rc1. This change originates from #7813, in which I have left a comment, but I'm creating an issue to incre…
-
-
이미지 분류시에 Cutmix를 적용합니다.
후반 Epoch에는 Cutmix를 적용하지 않는 것이 좋다는 실험적 공유가 있으므로,
[미적용, 완전 적용, 부분 적용] 으로 실험해보는 것이 좋아보입니다.
[참고 블로그](https://blog.naver.com/PostView.nhn?blogId=kmh03214&logNo=221811375842)
-
Hello!
Did you use CutMix in your reported performance? I have not found the CutMix is used in your paper.
In my experiments, CutMix can improve the performance of the finetune-based Few-Shot method…
-
Hello,
Thank you for realizing this great work!
As a suggestion, it would be nice to have support for CutMix in FFCV. In my experience CutMix usually works better than Mixup.
Best regards.
-
see issue #1
-
Add cutmix generator for beter results.
The cutmix generator can be useful for training models and achieving better results. This will help take existing models to a higher level of quality.
Resou…
-
## 📚 Documentation
CutMix and Mosaic Augmentations are pretty good augmentation when it comes to achieve better score. It would be great if these two are included in albumentations.
-
I saw examples where head of a dog is cut and overlayed with head of a cat. How do identify these specific portions of the body - or how do identify these important portions of the two objects.
Or i…