roytseng-tw / Detectron.pytorch

A pytorch implementation of Detectron. Both training from scratch and inferring directly from pretrained Detectron weights are available.
MIT License
2.82k stars 565 forks source link

Question about dataaugmentation #193

Open yuyijie1995 opened 5 years ago

yuyijie1995 commented 5 years ago

I want to use imgaug package to do the extra data aug ,but I do not know where to add , can anyone give me some suggestions?