Convert uff model to onnx model

Hi, i have a uff model file without the pb or h5 file. Is there a way for me to convert the uff model file to onnx model file?

Hi,
UFF and Caffe Parser have been deprecated from TensorRT 7 onwards, hence request you to try ONNX parser.
Please check the below link for the same.

Thanks!

yes i am using onnx parser but i have a uff model file which i have lost the pb and h5 file for it therefore i ask if there are any ways to convert uff model to onnx model without having pb or h5.

Hi,

Please try tf2onnx in case it helps you (uff → .pb → onnx).

If you still need further assistance, please reach out to the ONNX related platform to get better help.

Thank you.

Hi,

Thanks for the links, I can’t seem to find the reference for me to convert uff to .pb in the link.

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