From fe44d3d0f29e96714de75234e1fd7e40b05b0296 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Sat, 03 Mar 2018 15:09:46 +0000 Subject: [PATCH] Fixed reorg_layer. Old reorg can be used as [reorg_old] in the cfg-file. --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 21b6544..7e3fd65 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ * 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 (without bounded boxes) that you do not want to detect - negative samples + * desirable that your training dataset include images with objects (without labels) that you do not want to detect - negative samples * for training on small objects, add the parameter `small_object=1` in the last layer [region] in your cfg-file -- Gitblit v1.10.0