From 2eb68d5177d43d6927753631a0d4fad5446cab17 Mon Sep 17 00:00:00 2001 From: Alexey Date: Sat, 19 Oct 2019 15:09:15 +0300 Subject: [PATCH] Update Readme.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2aed1180..9042a6f9 100644 --- a/README.md +++ b/README.md @@ -625,6 +625,13 @@ Here you can find repository with GUI-software for marking bounded boxes of obje With example of: `train.txt`, `obj.names`, `obj.data`, `yolo-obj.cfg`, `air`1-6`.txt`, `bird`1-4`.txt` for 2 classes of objects (air, bird) and `train_obj.cmd` with example how to train this image-set with Yolo v2 & v3 +Different tools for marking objects in images: +1. in C++: https://github.com/AlexeyAB/Yolo_mark +2. in Python: https://github.com/tzutalin/labelImg +3. in Python: https://github.com/Cartucho/OpenLabeling +4. in C++: https://www.ccoderun.ca/darkmark/ + + ## Using Yolo9000 Simultaneous detection and classification of 9000 objects: `darknet.exe detector test cfg/combine9k.data cfg/yolo9000.cfg yolo9000.weights data/dog.jpg`