Skip to content

ilievanadezhda/satellite-image-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satellite Image Classification

This repository contains the implementation of 2 classification models for satellite images:

  • K-Nearest Neighbours
  • Convolutional Neural Network

Dataset

The dataset contains 5631 satellite images belonging to 4 classes: cloudy, desert, green area and water.

Repository structure

├── checkpoints
│   └── best_model.pth
├── data
│   ├── cloudy
│   ├── desert
│   ├── green_area
│   └── water
├── README.md
├── run.ipynb
└── src
    ├── data
    │   └── TransformDataset.py
    └── utils
        ├── general_utils.py
        └── train_utils.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors