Hello.I need to create TensorRT engine for the pose-detection programm, which i am going to run in the docker container.
As far, as i am concerned, i need to convert .pth file into .onxx file, first, to build TensroRT engine,but, unfortunatelly, i dont know how to do that. So, could you give me, please, a step by step instruction about conversion of the .pth file to .onxx file ?
Do I understand correctly, that i need to convert .pth file into .onxx file in the docker container, if i going to use the engine in the container ?