marcoslucianops / DeepStream-Yolo

NVIDIA DeepStream SDK 7.0 / 6.4 / 6.3 / 6.2 / 6.1.1 / 6.1 / 6.0.1 / 6.0 / 5.1 implementation for YOLO models
MIT License
1.39k stars 344 forks source link

Print out the location of the bounding box. #433

Closed emad555 closed 10 months ago

emad555 commented 10 months ago

I am trying to print out the location of the bounding box of the detected object, the location of the box in the frame. What is the best way to do that?

marcoslucianops commented 10 months ago

Using https://github.com/NVIDIA-AI-IOT/deepstream_python_apps

emad555 commented 10 months ago

The Python files are using plugins to run the code. So I need to edit the plugins, right?

marcoslucianops commented 10 months ago

You need to edit the code, the metadata is got in the probe functions. Check one of the deepstream-test applications.