amdegroot / ssd.pytorch

A PyTorch Implementation of Single Shot MultiBox Detector
MIT License
5.11k stars 1.74k forks source link

data augmentation by rotating the image #500

Open decoli opened 4 years ago

decoli commented 4 years ago

When implementing data augmentation by rotating the image, How to adjust the target position information accordingly?

Mursy93 commented 3 years ago

Where you able to get an answer or figure this out?