Error loading custom TAO model into PoseEstimation3D

Sadly didnt work. But after readingthis post I test the version of the TAO container and the deepstream devel and this is the result:

Deepstrea-6.2devel:
TensorRT: 8.5.2-1+cuda11.8
CUDNN: 8.7.0
CUDA Version: 11.8

TAO4.0 BPNET:
TensorRT: 8.2.5-1+cuda11.4
CUDNN: 8.3.2
CUDA Version: 11.6

Sol I wonder if this little difference in version could be the problem. To try this I need to downgrade the tensorRT version in the deepstream container to equal the same in the TAO docker, any way to do this without breaking everything?

EDIT: After looking at the tao bpnet export command I noticed there’s a flag called --engine_file ENGINE_FILE . This flag allows you to specify the path to the exported TRT engine. I was wondering if it’s possible to use this flag to adjust the version of the TensorRT model? Unfortunately, I haven’t been able to find an example that uses this flag. Could you please share an example of the engine_file for testing purposes?