Custom trained SSD inception model in tensorRT c++ version

@AakankshaS,
Okay. I hope to get the solution for this from you soon.
To elaborate the issue,
When I run the inference, There are no errors or warnings. Just the detection is not happening.
But when I give threshold value as 0.05f instead of 0.5f. I get some detections. But it should not be the case right…

Because 0.05f is 5% threshold. whereas 0.5f is 50% threshold value.

But the same uff model works well with python version with 0.5f threshold value. (everything is normal in python)

I think there should be something wrong with the detection score values in c++ version.
But I am not able to find it exactly.

Hope you find it and let us know the possible solution.