AlexeyAB/darknet - githubmate
https://githubmate.com/repo/AlexeyAB/darknetyou can run your console application from Windows Explorer build\darknet\x64\yolo_console_dll.exe use this command: yolo_console_dll.exe data/coco.names yolov4.cfg yolov4.weights test.mp4 after launching your console application and entering the image file name - you will see info for each object: <obj_id> <left_x> <top_y> …
YOLO: Real-Time Object Detection
https://pjreddie.com/darknet/yoloBy default, YOLO only displays objects detected with a confidence of .25 or higher. You can change this by passing the -thresh <val> flag to the yolo command. For example, to display all detection you can set the threshold to 0: ./darknet detect cfg/yolov3.cfg yolov3.weights data/dog.jpg -thresh 0. Which produces: