Geen omschrijving

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

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