- data/VOCdevkit2007/VOC2007_origin
- Annotations
- ImageSets
- JPEGImages
download data from here
python make_xml.py
- Methods
- Rotation: [-180, -90, -6, -4, -2, 0, 2, 4, 6, 90]
sh data_augment_rotate.sh -180
- Flip: [-1, 0, 1]
sh data_augment_flip.sh -1
- Crop: [1, 2, 3,..., n]
sh data_augment_crop.sh 1
- Perspective
python make_xml.py --is_perspective 1