浏览代码

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
+```