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

Use new class DETECTION(Structure) to match present Darknet #37

Closed niemiaszek closed 3 years ago

niemiaszek commented 3 years ago

Avoid NULL pointer error with darknet_zed.py caused by outdated class Detection. Mentioned in #33 and #36.

adujardin commented 3 years ago

Thanks for your contribution!

magic428 commented 2 years ago

t works, thanks!