I want to convert this (yolov4_tiny_usa_deployable.etlt) model to tensorrt format to run on Orin NX.
From what I understand one way to do it is using use tlt-converter. However my Orin NX runs Jetpack (5.1.1-b56) with cuda (11.4.19-1) and tensorrt (8.5.2.2-1+cuda11.4) and tlt-convert doesn’t support this version (as seen here) on Orin NX.
Can someone suggest how to convert the pre trained etlt yolov4 model to tensorrt format in Orin NX?