Trying to convert Tensorflow frozen_inference_graph.pb/saved_model.pb to ONNX format #2307
Unanswered
Srinivas-Voore
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using tf2onnx command to convert this [ssd_inception_v2_coco TensorFlow trained model (http://download.tensorflow.org/models/object_detection/ssd_inception_v2_coco_2017_11_17.tar.gz) to onnx can anyone provide me the successfully converted ssd_inception_v2.onnx
I have a ONNX model taken from (https://github.com/onnx/models/tree/main/validated/vision/object_detection_segmentation/ssd)
I need a frozen_inference_graph.pb file for the above onnx model
Beta Was this translation helpful? Give feedback.
All reactions