Skip to content

Latest commit

 

History

43 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrowNNs

Quick attempt at replacing RetinaNet with FCOS in the DeepForest library.

Uses the same NeonTreeEvaluation dataset for benchmarking.

Results

Trained on an NVIDIA T4 using GCP:

Library Precision Recall
CrowNNs 0.64 0.43
DeepForest (SOTA) 0.66 0.79
lidR package (2016) 0.34 0.47

Getting Started

Make sure CUDA is installed.

Create a virtual environment using

python3 -m venv .venv

and install requirements.txt.

Training

python3 -m train.main <args>

Evaluation

python3 -m evaluation.<script>.py

About

Tree Crown Detection in Airborne RGB imagery

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages