From a0e288f0dca328b8b12592cc19da9bb7c29646f4 Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Mon, 30 Apr 2018 23:17:49 +0000 Subject: [PATCH] Increased speed of darknet.py. Fixed functions related to resize_image(). --- README.md | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index 6b98f50..f0549c9 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ * 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 -- Gitblit v1.10.0