|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
data | %!s(int64=4) %!d(string=hai) anos | |
moth_classifier | %!s(int64=4) %!d(string=hai) anos | |
.gitignore | %!s(int64=4) %!d(string=hai) anos | |
INSTALL.md | %!s(int64=4) %!d(string=hai) anos | |
README.md | %!s(int64=4) %!d(string=hai) anos | |
main.py | %!s(int64=4) %!d(string=hai) anos | |
moth_classifier.ipynb | %!s(int64=2) %!d(string=hai) anos |
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