Paperspace / DataAugmentationForObjectDetection

Data Augmentation For Object Detection
https://blog.paperspace.com/data-augmentation-for-bounding-boxes/
MIT License
1.13k stars 318 forks source link

Added vertical flip augmentation, along with its random version. #21

Open Varnez opened 4 years ago

Varnez commented 4 years ago

Added VerticalFlip and RandomVerticalFlip to data_aug/data_aug.py, its presence its consecuently documented in the readme and in the quick_start notebook, as well as in the images folder.