Nav apraksta

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

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