stereolabs / zed-yolo

3D Object detection using Yolo and the ZED in Python and C++
https://www.stereolabs.com/
MIT License
159 stars 68 forks source link

updated Zed yolo examples for both c++ and python #53

Closed nilutpolkashyap closed 2 years ago

nilutpolkashyap commented 2 years ago

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

adujardin commented 2 years ago

Thank you for your work ! I'll merge this in a separate branch, at least for now