arampacha / CLIP-rsicd

Apache License 2.0
200 stars 30 forks source link

Find Eval Satellite data and figure out loading code. #3

Closed sujitpal closed 3 years ago

sujitpal commented 3 years ago

Found this dataset on Kaggle: Dstl Satellite Imagery Feature Detection contains 450 images in 10 classes.

  1. Buildings - large building, residential, non-residential, fuel storage facility, fortified building
  2. Misc. Manmade structures
  3. Road
  4. Track - poor/dirt/cart track, footpath/trail
  5. Trees - woodland, hedgerows, groups of trees, standalone trees
  6. Crops - contour ploughing/cropland, grain (wheat) crops, row (potatoes, turnips) crops
  7. Waterway
  8. Standing water
  9. Vehicle Large - large vehicle (e.g. lorry, truck,bus), logistics vehicle
  10. Vehicle Small - small vehicle (car, van), motorbike
sujitpal commented 3 years ago

Does not look very usable unfortunately.

I think we should consider setting aside a portion of the RSICD dataset for evaluation and augment the rest. I am going to close this as wontfix for reasons above.

devvidhani commented 3 years ago

@sujitpal -- copied the data on google drive. See comment in https://github.com/arampacha/CLIP-rsicd/issues/2

sujitpal commented 3 years ago

I got an idea to get around the issues and to use the 16 channel version, I have checked in the notebook for this -- https://github.com/arampacha/CLIP-rsicd/blob/master/dstl-dataset-explore.ipynb . Still probably not exactly similar to provided RSICD images, but can be made closer. Anyway we can revisit if we want to do this later.