Fig.1 - esto.nasa.gov
In this project, satellite photographs taken by the Sentinel-2 satellite were classified with pre-trained ResNet-50 and VGG16 models. You can find the dataset on Kaggle. Tree detection can be used for applications such as vegetation management, forestry, urban planning, etc. Tree identifications are very important in terms of impending famine and forest fires.
- Satellite Imagery
- Computer Science
- ResNet-50
- VGG-16
- Classification
- Trees
Fig.2 - sentinel.esa.int
The Copernicus Sentinel-2 mission comprises a constellation of two polar-orbiting satellites placed in the same sun-synchronous orbit, phased at
This dataset is being used for classifying the land with class of trees or not in geospatial images.
The content architecture is simple. Each datum has 64x64 resolution and located under tree and notree folders.
Each folder (class) has 5200 images. So the total dataset has 10.400 images.
M.Ç.Aksoy (2022). Trees in Satellite Imagery
And you can also cite the source of this data EUROSAT:
Helber, P., Bischke, B., Dengel, A., & Borth, D. (2019). Eurosat: A novel dataset and deep learning benchmark for land use and land cover classification. IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, 12(7), 2217-2226.
Fig.3 - medium.com
ResNet-50 is a convolutional neural network that is 50 layers deep. The network can take the input image having height, width as multiples of 32 and 3 as channel width. For the sake of explanation, we will consider the input size as 224x224x3. The ResNet-50 model consists of 5 stages each with a convolution and Identity block. Each convolution block has 3 convolution layers and each identity block also has 3 convolution layers. The ResNet-50 has over 23 million trainable parameters.
Fig.4 - medium.com
VGG16 is a convolution neural net (CNN) architecture which was used to win ILSVR(Imagenet) competition in 2014. It is considered to be one of the excellent vision model architecture till date. In this section, we will start building our model. We will use the Sequential model class from Keras.
On below, there are informations about the notebooks created respectively.
-
In this sections, visualizations of the data set were made.
Notebooks: -
In this section, I build classification model with ResNet-50.
Notebook:- 2_0_pretrained_models_resnet50.ipynb - Model has 98% accuracy.
-
In this section, I build VGG16 model for classification.
Notebook:- 3_0_pretrained_models_vgg16.ipynb - Model has 50% accuracy.
-
In this section, I build classification model with Class Activation Map (CAM).
- 4_0_model_with_cam.ipynb - Model has 93% accuracy. The results of the model on the test data are in the model_predictions.csv file. Just click the link to view. You can also review train, test and validation csv files here.
If you have something to say to me please contact me:
- Twitter: Doguilmak
- Mail address: doguilmak@gmail.com