Convert the .pb to .onnx file from HandTracking project

Hi:

We would like to porting a handtracking project from below

handtracking/hand_inference_graph/frozen_inference_graph.pb

We known the limited about tensorflow but convert the model /data1/handtracking-master/hand_inference_graph/frozen_inference_graph.pb to /data1/handtracking-master/hand_inference_graph/frozen_inference_graph.onnx and refer from Doc "Onnx Converter/4 Tensorflow to ONNX" command at below

python /workspace/libs/ONNX_Convertor/optimizer_scripts/tensorflow2onnx.py /data1/handtracking-master/hand_inference_graph/frozen_inference_graph.pb /data1/handtracking-master/hand_inference_graph/frozen_inference_graph.onnx


How to solve this problem ?

Is tensorflow version releated?

Comments

The discussion has been closed due to inactivity. To continue with the topic, please feel free to post a new discussion.