General SSD Model doesnt produce BBox even after hardcoding values

Please provide complete information as applicable to your setup.

**• Hardware Platform (Jetson / GPU)**T4 dgpu
• DeepStream Version5.0
• JetPack Version (valid for Jetson only)
• TensorRT Version7.0
**• NVIDIA GPU Driver Version (valid for GPU only)**440

Hi,
I had run the sanple_ssd.uff using deepstream on object_SSD folder inside sources and hardcoded the values( in nvdsparsebbox.cpp to get a particular bbox.
When done the same for another general ssd model using the same scripts and the only thing which has changed is the output blob names detection_out and keep_count. I had created the .so file for the same and gave it to its corresponding config file.
But eventually a video with no BBOX came(Expected single hardcoded BBOX in Video.
Kindly help and thanks in advance

@shijinbose

Sorry for late response.

I don’t know if you have already solved this issue.

I think you can try to add some prints into nvdsparsebbox_ssd.cpp to check if NvDsInferParseCustomSSD is actually executed.
And you can also check whether your hard coded bounding box has been successfully added to std::vector<NvDsInferObjectDetectionInfo> &objectList.