Update Readme.md

This commit is contained in:
Alexey 2018-04-26 17:01:48 +03:00 committed by GitHub
parent 15139eb6ab
commit 5e3dcb6f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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