Bez popisu

Dimitri Korsch 7a5124ac0e added more README content před 4 roky
data a4b2e71d63 initial commit před 4 roky
moth_classifier 9bf5b8cbce added python-only version of the classifier evaluation před 4 roky
.gitignore a4b2e71d63 initial commit před 4 roky
INSTALL.md e487e63c78 'INSTALL.md' ändern před 4 roky
README.md 7a5124ac0e added more README content před 4 roky
main.py 9bf5b8cbce added python-only version of the classifier evaluation před 4 roky
moth_classifier.ipynb bf8aa79b8e Merge branch 'master' of triton.inf-cv.uni-jena.de:korsch/moth_classifier_evaluation před 4 roky

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