Wrong SSD inference results using TensorRT python API

Hi,

It seems that you load a prebuilt TensorRT engine in the python example.
Could you try to create the TensorRT engine from caffemodel parser?

Since we do have a issue related to PriorBox accuracy and the root cause is from the serializer.
This issue is fixed internally and you won’t meet it in our next JetPack release.

Thanks.