From e7f64b15066b58879b086fb9d89d28e8d16519ec Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 7 Jul 2018 13:15:08 +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 f980b9d8..b02da016 100644 --- a/README.md +++ b/README.md @@ -282,7 +282,7 @@ Training Yolo v3: It will create `.txt`-file for each `.jpg`-image-file - in the same directory and with the same name, but with `.txt`-extension, and put to file: object number and object coordinates on this image, for each object in new line: ` ` Where: - * `` - integer number of object from `0` to `(classes-1)` + * `` - integer object number from `0` to `(classes-1)` * ` ` - float values relative to width and height of image, it can be equal from (0.0 to 1.0] * for example: ` = / ` or ` = / ` * atention: ` ` - are center of rectangle (are not top-left corner)