Update Readme.md - parameter for small objects

pull/398/head
Alexey 7 years ago committed by GitHub
parent f03d486760
commit 68ff1ad368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -341,6 +341,8 @@ 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 * desirable that your training dataset include images with objects at diffrent: scales, rotations, lightings, from different sides
* for training on small objects, add the parameter `small_object=1` in the last layer [region] in your cfg-file
2. After training - for detection: 2. After training - for detection:
* Increase network-resolution by set in your `.cfg`-file (`height=608` and `width=608`) or (`height=832` and `width=832`) or (any value multiple of 32) - this increases the precision and makes it possible to detect small objects: [link](https://github.com/AlexeyAB/darknet/blob/master/cfg/yolo-voc.2.0.cfg#L4) * Increase network-resolution by set in your `.cfg`-file (`height=608` and `width=608`) or (`height=832` and `width=832`) or (any value multiple of 32) - this increases the precision and makes it possible to detect small objects: [link](https://github.com/AlexeyAB/darknet/blob/master/cfg/yolo-voc.2.0.cfg#L4)

Loading…
Cancel
Save