CUDA post-processing for YOLOv3

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 6.1.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 8.4.1
• NVIDIA GPU Driver Version (valid for GPU only) 515.65.01
• Issue Type( questions, new requirements, bugs) questions
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Can you please tell me what 1083, 4332, 17328 mean as listed in the CUDA post-processing for YOLOv3?

<NvDsInferParseCustomYolov3_cuda.cu>

thrust::device_vector<NvDsInferParseObjectInfo> objects_v(1083+4332+17328);

The numbers are the data size of the output layers of the YoloV3 model used in this sample.

Oh, I see. I understand.
Thanks

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