March 2019
Intermediate to advanced
532 pages
13h 2m
English
In the object_detection_opencv_yolo_darknet.py script, object detection is carried out using YOLO v3. YOLO v3 uses a few tricks to improve training and increase performance, including multi-scale predictions and a better backbone classifier, among others.
The output of this script can be seen in the following screenshot:

As shown in the previous screenshot, all objects but one (the sheep) were correctly detected with high accuracy. Therefore, you have to download the yolov3.weights file before running the script.
Read now
Unlock full access