Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aashishrai3799/remote-sensing-image-classification
classification of remote sensing images using Convolutional Neural Networks (CNN)
https://github.com/aashishrai3799/remote-sensing-image-classification
classify-images cnn convolutional-neural-networks image-classification remote-sensing rsi-cb tensorflow
Last synced: about 2 months ago
JSON representation
classification of remote sensing images using Convolutional Neural Networks (CNN)
- Host: GitHub
- URL: https://github.com/aashishrai3799/remote-sensing-image-classification
- Owner: aashishrai3799
- License: mit
- Created: 2019-06-24T20:31:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T15:49:34.000Z (over 4 years ago)
- Last Synced: 2024-01-29T21:14:19.056Z (11 months ago)
- Topics: classify-images, cnn, convolutional-neural-networks, image-classification, remote-sensing, rsi-cb, tensorflow
- Language: Jupyter Notebook
- Size: 47.9 KB
- Stars: 13
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Remote-sensing-image-classification
classification of remote sensing images using Convolutional Neural Networks (CNN)#### Dataset used: RSI-CB (A Large Scale Remote Sensing Image Classification Benchmark via Crowdsource Data)
## Introduction
Remote sensing is the acquisition of information about an object or phenomenon without making physical contact with the object
and thus in contrast to on-site observation, especially the Earth.
In this model supervised method of image classification is used for classifying remote sensing images. Experiments were carried out on the
dataset provided and has been tested against different test images.## Working
The Tensorflow model is build using a Convolutional Neural Network(CNN), and is trained using 8 different classes of RSI-CB
dataset. Hence, it is able to classify images into 8 different classes. The input to the model is a ?x64x64x3 RGB-image-vector,
and output is a ?x8 vector. Each row of the output vector corresponds to a different class.Train accuracy: 99.3%
Test accuracy: 99%
#### Platform: Python 3.7
## Libraries
* numpy - 1.16
* matplotlib - 3.0.3
* tensorflow - 1.14
* PIL - 4.3.0
* tqdm
* pyunpack
* urllib
* time
* os
* math#### I trained the model on Tesla T4 GPU, it took around 11 seconds for 5 epochs.
##### NOTE: Contact if you get HTTP error while downloading RSI-CB dataset