I decided to try xaiver NX upgrading from TX2 but my software was developed using Jetpack 4.3 & tensorRT so faced challenges to get the machine learning partially working unfortunately!
The software is for detecting & tracking objects and after moving to Xavier NX the detection seems to be off for some reason.
My question:
How do we convert SSD-mobilenet model to tensorRT .UFF file on Jetpack 4.4 on the Jetson NX?
Any reason why the detection feature is interfered?
Do you have any error or output log can share with us?
As UFF has been deprecated from TensorRT 8.0, it’s more recommended to use ONNX intermediate format instead.
Do you still have the original model format? ex. .pb or .h5?