How can I get the yolo detecting box data

In jetson, I use yolo to detecting camera target , I look at the detecting in libnvdsinfer_custom_impl_Yolo.so parse-bbox-func-name=NvDsInferParseCustomYoloV4 , How can I get the yolo detecting box data in net

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**jetson
• DeepStream Version 6.1
• JetPack Version (valid for Jetson only) 5.0.2

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

The detector box coordinates are stored in detector_bbox_info from struct NvDsObjectMeta (NVIDIA DeepStream SDK API Reference: _NvDsObjectMeta Struct Reference | NVIDIA Docs)

use deepstream_test3_app to run multiple rtsp video streams, in deepstream_yolov4 libnvdsinfer_custom_impl_Yolo.so get the bbox_info ,how can i know which video’s Target detection frame?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.