longcw / faster_rcnn_pytorch

Faster RCNN with PyTorch
MIT License
1.7k stars 466 forks source link

Transform to train images #27

Open harishkrishnav opened 7 years ago

harishkrishnav commented 7 years ago

I've seen other implementations allow random transformations to train images like rotations, horizontal shifts and zooms. Can you help me with this or direct me to some thread or example code which does this?