Skip to content

cvjena/moth_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moth-Scanner

Insect detection and moth classification pipeline Code for the paper "Deep Learning Pipeline for Automated Visual Moth Monitoring: Insect Localization and Species Classification"

Installation

After cloning the repository, initialize and update the submodules:

git clone [email protected]:cvjena/moth_scanner.git
cd moth_scanner
git submodule init
git submodule update

Follow the installation instructions for the classifier or the detector.

Train a classifier model and a detection model. Copy the resulting outputs to models/JENA_MOTHS. Rename the weights to weights.npz.

To run the pipeline, run

cd scripts
DATA=<folder with some images> ./run.sh

Citation

You are welcome to use our code in your research! If you do so please cite it as:

@article{korsch2023deep,
  title={Deep learning pipeline for automated visual moth monitoring: insect localization and species classification},
  author={Korsch, Dimitri and Bodesheim, Paul and Denzler, Joachim},
  journal={arXiv preprint arXiv:2307.15427},
  year={2023}
}

License

This work is licensed under a GNU Affero General Public License.

AGPLv3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published