From 192135106f090182e08d9ad134cb0e4668c3eb6e Mon Sep 17 00:00:00 2001
From: stereomatchingkiss <thamngapwei@gmail.com>
Date: Sat, 03 Feb 2018 10:30:42 +0000
Subject: [PATCH] fix bug 368

---
 README.md |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md
index d65e285..94fbdb9 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,7 @@
 * 194 MB VOC-model - WebCamera #0: `darknet.exe detector demo data/voc.data yolo-voc.cfg yolo-voc.weights -c 0`
 * 186 MB Yolo9000 - image: `darknet.exe detector test cfg/combine9k.data yolo9000.cfg yolo9000.weights`
 * 186 MB Yolo9000 - video: `darknet.exe detector demo cfg/combine9k.data yolo9000.cfg yolo9000.weights test.mp4`
+* Remeber to put data/9k.tree and data/coco9k.map under the same folder of your app if you use the cpp api to build an app
 * To process a list of images `image_list.txt` and save results of detection to `result.txt` use:                             
     `darknet.exe detector test data/voc.data yolo-voc.cfg yolo-voc.weights < image_list.txt > result.txt`
     You can comment this line so that each image does not require pressing the button ESC: https://github.com/AlexeyAB/darknet/blob/6ccb41808caf753feea58ca9df79d6367dedc434/src/detector.c#L509

--
Gitblit v1.10.0