Преглед на файлове

added more README content

Dimitri Korsch преди 4 години
родител
ревизия
7a5124ac0e
променени са 1 файла, в които са добавени 14 реда и са изтрити 0 реда
  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
+```