Keine Beschreibung

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

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