xingyizhou/UniDet

Does the model use data augmentation strategies when training?

ahong007007 opened this issue · 1 comments

Thank you for your hard work and spiritual welfare. Does the model use data augmentation strategies when training? How to increase the data augmentation strategy?

Thank you very much.

Yes, we use the default detectron2 data augmentation (random resize) specified here.
You can increase the sizes here (usually increase from 480-960 helps). You can also enable random crops. See the detectron2 documentations for detauls.