Train AI models on satellite image dataset to classify different types of land.
Run train.ipynb
to train models on satellite image dataset.
Segment satellite imagery into small blocks, and annotate type labels of blocks.
We provide a small dataset in the repository. You can directly unzip it and see the following folder structure.
Satellite-Image-Classification/
├── dataset
| ├── industry
| | ├── xxx.jpg
| | └── ...
| ├── agriculture
| └── residence
- Get a satellite imagery in
.tiff
format. - Use Global Mapper to split the
tiff
file into small blocks in.jpg
format. - Manually classify these images and create a folder structure like above.
Models are listed in the folder models
, which is imported from pytorch-cifar
.