NVIDIA-AI-IOT / yolo_deepstream

yolo model qat and deploy with deepstream&tensorrt
Apache License 2.0
534 stars 135 forks source link

Send detection results #2

Open icon244 opened 3 years ago

icon244 commented 3 years ago

Hi all,

I want to send the detection results to an external system. In order to do that I need the relative result center point coordinates in plain yolo format. Any hint on how to achieve this? The output of decodeYoloV4Tensor does not seem to match or is somehow already scaled?

Regards,