how to register a new augmentation method and specific in config yml? #3297
Unanswered
lucasjinreal
asked this question in
Q&A
Replies: 2 comments
-
The tutorial has explained how to use new augmentation: https://detectron2.readthedocs.io/en/latest/tutorials/data_loading.html We do not support defining new augmentation in yaml file, though this is support if using python config, e.g. detectron2/configs/new_baselines/mask_rcnn_R_50_FPN_100ep_LSJ.py Lines 43 to 50 in bb8b293 |
Beta Was this translation helpful? Give feedback.
0 replies
-
thanks, I solved this. |
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.
-
Hi, is there existed GridMask augmentation in d2? How should I register it if there isn't one, and specify it in config yml?
Beta Was this translation helpful? Give feedback.
All reactions