Skip to content

Project to help classify forest around goa, specifically mangroves using aerial mapping via drones

Notifications You must be signed in to change notification settings

SuhrudhSarathy/DroneMapping3D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forest Department Project

This repository contains the classification model for the tasks required to be accomplised as a part of the Forest Department Project done by Aerodynamics Club, BITS Goa.

Project Description

In this project we aim to 3D Map Mangrove Forests around Goa aerially. We use a DJI Phantom Pro v2. The collected images are then post processed and stiched together to obtain a 3D Map of the area. As a part of the project, we built a Machine Learning Model to classify the species observed in the forests. We built our dataset from freely available data online, augmented it an used the same for training.

Classification model (WIP)

We performed Transfer Learning on pretrained Resnet18 and VGG models from Pytorch. We use the ensemble of the two for inference.

Model Epochs trained Accuracy F1 Score
Resnet18 30 81.67 0.81
VGG 10 83.165 0.81
Ensemble - 86.334 0.86

Confusion Matrix

Confusion Matrix

Confusion matrix generated using the ensemble model.

Sample Results

The model was tested on real world data collected from our visits to Mangrove forests. More sample results can be found in the fig directory. Sample Sample 2

App

We made an app to run predictions and visualise results from the model. The app is built using tkinter in python. Here are a few screenshots of the app

Main Screen Photo Visualiser Results

About

Project to help classify forest around goa, specifically mangroves using aerial mapping via drones

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.0%
  • Python 2.0%