From 5e3dcb6f34868e341466b57b13ad63f86b337250 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 26 Apr 2018 17:01:48 +0300 Subject: [PATCH] Update Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b98f506..f0549c99 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ Example of custom object detection: `darknet.exe detector test data/obj.data yol * desirable that your training dataset include images with objects at diffrent: scales, rotations, lightings, from different sides, on different backgrounds - * desirable that your training dataset include images with non-labeled objects that you do not want to detect - negative samples without bounded box + * desirable that your training dataset include images with non-labeled objects that you do not want to detect - negative samples without bounded box (empty `.txt` files) * for training with a large number of objects in each image, add the parameter `max=200` or higher value in the last layer [region] in your cfg-file