barisozmen / deepaugment

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

Explore raw data #2

Closed barisozmen closed 5 years ago

barisozmen commented 5 years ago

Do an explorative analysis on jupyter notebook and put it to /notebooks/explore-raw-data

Notebook should iterate followings:

  1. Explore raw training data from DOTA, and report followings:

    • Distribution of ground sample distances (gsd) of images
    • Distribution of image sources (GoogleEarth or others)
    • Frequency of each object type across all images
    • Number of objects per image
    • Co-occurrences and mutual exclusivity of object types across images
    • Are images augmented?
  2. Show some image samples

  3. Write an overall summary of explorative analysis. And add necessary information from DOTA paper in it.

barisozmen commented 5 years ago

Raw data exploration completed, and can be found in this notebook.

Main comments: