|
|
hace 3 años | |
|---|---|---|
| data | hace 4 años | |
| moth_classifier | hace 4 años | |
| .gitignore | hace 4 años | |
| INSTALL.md | hace 4 años | |
| README.md | hace 4 años | |
| main.py | hace 4 años | |
| moth_classifier.ipynb | hace 3 años |
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