April 2020
Intermediate to advanced
438 pages
12h 2m
English
Perform the following steps to implement object detection with a Yolo v3 pretrained model, using the opencv-python library functions:
conf_threshold = 0.5 # Confidence thresholdnms_threshold = 0.4 # Non-maximum suppression thresholdwidth = 416 # Width of network's input imageheight = 416 # Height of network's input image
Read now
Unlock full access