Retraining a UFF model on Tensorflow

Hello, I want to use a pre-trained UFF model in a transfer learning task . I looked online for ways to load a UFF model into Tensorflow or convert it into a .pb format, but I did not find any method.

Thanks.

Hi @or1,
Currently there is no such script/tool, atleast that I’m aware of to convert UFF to TF.
Also considering UFF/Caffe parser are deprecated from TRT v7, will recommend you to use ONNX format for TRT conversion.
Thanks!

1 Like