DiffusionDet icon indicating copy to clipboard operation
DiffusionDet copied to clipboard

How could I add some transformers and data augements for diffusionDet

Open August-us opened this issue 2 years ago • 1 comments

If I want to incorporate some data augmentation, such as Mosica, mixup ...,What should I do? I'm new to detectron2, please help me, thanks.

August-us avatar Dec 28 '22 16:12 August-us

Hi,

You can try to add some augmentation at https://github.com/ShoufaChen/DiffusionDet/blob/main/diffusiondet/dataset_mapper.py.

ShoufaChen avatar Dec 29 '22 02:12 ShoufaChen