Hi, I worked the example codes for running Zed with YOLO (version v2, v3, v4).
The updated code for both C++ and python does not require installation of Darknet** for running inference. I used the OpenCV dnn module for running the inference on Yolo weights.
zed_cpp_sample
Updated the C++ code for working with YOLO using the dnn module of OpenCV.
Hi, I worked the example codes for running Zed with YOLO (version v2, v3, v4).
The updated code for both C++ and python does not require installation of Darknet** for running inference. I used the OpenCV dnn module for running the inference on Yolo weights.
zed_cpp_sample
zed_python_sample