nasa-mars-images / README.md
lukasnxyz's picture
Update README.md
0734120 verified
|
raw
history blame
1 kB
metadata
license: mit

Nasa Mars Images

All of the images from hirise-map-proj-v3_2 transformed to csv input so as to make it easier to feed into neural networks.

About the data

  • The data was transformed using: https://github.com/lukasnxyz/nasa-mars-images/blob/main/prepare_data.py
  • nasa_mars_images.csv data format: [[label,pixel,values,...], [label,pixle,values,...], ...]
  • Types of images (image labels): {0: "other", 1: "crater", 2: "dark dune", 3: "slope streak", 4: "bright dune", 5: "impact ejecta", 6: "swiss cheese", 7: "spider"}

Citation