|
há 2 anos atrás | |
---|---|---|
data | há 4 anos atrás | |
moth_classifier | há 4 anos atrás | |
.gitignore | há 4 anos atrás | |
INSTALL.md | há 4 anos atrás | |
README.md | há 4 anos atrás | |
main.py | há 4 anos atrás | |
moth_classifier.ipynb | há 2 anos atrás |
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.
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