Aucune description

Dimitri Korsch e52c6a5f9f updated notebook il y a 2 ans
data a4b2e71d63 initial commit il y a 4 ans
moth_classifier 9bf5b8cbce added python-only version of the classifier evaluation il y a 4 ans
.gitignore a4b2e71d63 initial commit il y a 4 ans
INSTALL.md e487e63c78 'INSTALL.md' ändern il y a 4 ans
README.md 7a5124ac0e added more README content il y a 4 ans
main.py 9bf5b8cbce added python-only version of the classifier evaluation il y a 4 ans
moth_classifier.ipynb e52c6a5f9f updated notebook il y a 2 ans

README.md

Moth Classifier

This is example code, how to evaluate a trained moth classifier (InceptionV3 architecture) on the EU-moths dataset.

See installation instructions for more information about the environment setup.

Quick Start

To evaluate a trained InceptionV3 model on a moth dataset run the following:

python main.py --dataset data/eu_moths --weights data/clf_final.npz

For more help run

python main.py -h