Browse Source

added more README content

Dimitri Korsch 4 years ago
parent
commit
7a5124ac0e
1 changed files with 14 additions and 0 deletions
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -4,3 +4,17 @@ This is example code, how to evaluate a trained moth classifier (InceptionV3 arc
 
 See [installation instructions](INSTALL.md) for more information about the environment setup.
 
+
+## Quick Start
+
+To evaluate a trained InceptionV3 model on a moth dataset run the following:
+
+```bash
+python main.py --dataset data/eu_moths --weights data/clf_final.npz
+```
+
+For more help run
+
+```bash
+python main.py -h
+```