Etlt model conversion to onnx

Dear @Morganh

I have trained 1 model on tao-4 which support etlt format but I want onnx model so that I can use that model on another platform as well. Can you please suggest how can I convert etlt model to onnx. I dont want to retrain model with TAO-5 otherwise there we can get onnx file.

Please suggest how to convert etlt to onnx.

Thanks & Regards
Pritam.

Which network did you use?

Hi @Morganh,
Actually, I have trained one object detection model (DetectNet-V2 + MobileNet_V1) in tao-4.0
and I want to convert that model in onnx.

The tao toolkit 5.0 containers can directly take in .tlt files and convert it to .onnx during export.
You may just run

tao model detectnet_v2 export --model /path/to/model.tlt --key yourkey --output /path/to/model.onnx 
1 Like

can it work with etlt too?

You can use the tips mentioned in tao_toolkit_recipes/tao_forum_faq/FAQ.md at main · NVIDIA-AI-IOT/tao_toolkit_recipes · GitHub.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.