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)
![Capture](https://private-user-images.githubusercontent.com/66249909/308486027-eae5fd59-cb6c-4861-bf82-9e3a614499f0.PNG?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODU1ODcsIm5iZiI6MTczODg4NTI4NywicGF0aCI6Ii82NjI0OTkwOS8zMDg0ODYwMjctZWFlNWZkNTktY2I2Yy00ODYxLWJmODItOWUzYTYxNDQ5OWYwLlBORz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDIzNDEyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFmNGJhOTkyOTgwNGIwNDAzZjY2YjFhOWY2ODAzYzM4OTQ0NWY4Nzk3ZjZlZTkyZjY5ZTE3ZGFkNmU5ODVlNTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kISoYP_jzpSDmQCy2FukReRPeDhTCXXdj1vilMQ_Vo8)
I need a frozen_inference_graph.pb file for the above onnx model
Beta Was this translation helpful? Give feedback.
All reactions