Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wambugu71/tree-couting-deepforest-drone_imagery

Counting the number of trees in an area, muringato area.
https://github.com/wambugu71/tree-couting-deepforest-drone_imagery

data-science deep-learning deep-neural-networks ecology image-recognition machine-learning object-detection python

Last synced: about 2 months ago
JSON representation

Counting the number of trees in an area, muringato area.

Awesome Lists containing this project

README

        

# Tree-couting-Deep-learning-DSAIL
The Repo contains notebook file used to detect the number of trees from drone imagery.
This was a project handled at DSAIL dekut.
## Libraries used .
``` Bash
deepforest #core library with pretrained models for detection.
gdal
osgeo
numpy
skimage #to manipulate the tif image.
torch # for deep learning
pandas #showing models labels and scores
matplotlib #for visualization of the images.
```