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

Image capture #22

Closed marcn68 closed 4 years ago

marcn68 commented 5 years ago

Hello again,

I want to capture images from the "uselib" application and also I want to save the information (bounding box, depth and confidence) to a txt file or a json file. Should I do some changes to the darknet.sln code or is there another way to do it.

AlexeyAB commented 5 years ago

@MarcNehme Hi,

If you use ./uselib application, then you can edit this file: https://github.com/AlexeyAB/darknet/blob/master/src/yolo_console_dll.cpp