Is it possible to add "cutmix" augmentation?? #3286
Unanswered
leesangjoon1
asked this question in
Q&A
Replies: 2 comments
-
Same request here. Also mosaic too |
Beta Was this translation helpful? Give feedback.
0 replies
-
It might be quite complicated to achieve this in detectron2. Since it can't be achieved in data mapper, modifying collate function is needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to add other augmentations
So I wonder it is possible to add other augmentation like "cutmix"
and if it is possible, How do I do that??
Thank you!!
Beta Was this translation helpful? Give feedback.
All reactions