From 5de3a00496dd6e5c0e4c96694ae6b73f1373c6d0 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 23 Jun 2018 00:23:59 +0300 Subject: [PATCH] Update Readme.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d43d7974..690cd74e 100644 --- a/README.md +++ b/README.md @@ -322,6 +322,8 @@ It will create `.txt`-file for each `.jpg`-image-file - in the same directory an **Note:** If you changed width= or height= in your cfg-file, then new width and height must be divisible by 32. + **Note:** After training use such command for detection: `darknet.exe detector test data/obj.data yolo-obj.cfg yolo-obj_8000.weights` + ### How to train tiny-yolo (to detect your custom objects): Do all the same steps as for the full yolo model as described above. With the exception of: