Hi,
I’ve been training my YOLO model and once everything is done, I’m trying to create an engine file, it ended up crashing with the same error:
[ERROR] IPluginV2DynamicExt requires network without implicit batch dimension
I’ve tried using the tlt-converter and tried using deepstream app’s config file in order to run this, still no success.
I’m currently running this on the Xavier/NX. Any help would be appreciated, thank you.
I get the same issue, I am converting using tlt-converter on the Jetson.
The .etlt was retrained using TLT on amd64 and can be converted on amd64 ok. But when converting the same .etlt on the Jetson, with the same params (using the arm64 tlt-converter), it gives this error.