barisozmen / deepaugment

Discover augmentation strategies tailored for your dataset
MIT License
244 stars 41 forks source link

Build data processing pipeline v0.1 #5

Open barisozmen opened 5 years ago

barisozmen commented 5 years ago

Data preprocess should be like:

  1. Remove images having width or height less than 608*
  2. Split images using SplitImg.py module of DOTA_devkit, where subsize=608 and gap=0.
  3. Remove any image whose after-split dimensions are not order of 608
  4. Convert oriented bounding boxes (OBB) to horizontal bounding boxes (HBB)

For pipeline v0.1, only use 20 images for training set, where 10 of them having "planes" in it. All images from test set. MVP targets only to detect planes.