There is a newer version of the record available.

Published September 25, 2022 | Version 1.5.44

Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC)

Authors/Creators

Description

https://tfhub.dev/tensorflow/lite-model/efficientdet/lite2/detection/default/1?lite-format=tflite

python3 -m tf2onnx.convert \
--opset 12 \
--tflite lite-model_efficientdet_lite2_detection_default_1.tflite \
--output efficientdet_lite2_detection_1.onnx \
--dequantize \
--inputs-as-nchw serving_default_images:0

onnxsim efficientdet_lite2_detection_1.onnx efficientdet_lite2_detection_1.onnx
onnxsim efficientdet_lite2_detection_1.onnx efficientdet_lite2_detection_1.onnx
onnxsim efficientdet_lite2_detection_1.onnx efficientdet_lite2_detection_1.onnx

onnx2tf -i efficientdet_lite2_detection_1.onnx -osd
What's Changed

Full Changelog: https://github.com/PINTO0309/onnx2tf/compare/1.5.43...1.5.44

Notes

If you use onnx2tf in your research, please cite it using these metadata.

Files

PINTO0309/onnx2tf-1.5.44.zip

Files (454.8 kB)

Name Size Download all
md5:d58786f1fba781224031c29aed32b169
454.8 kB Preview Download

Additional details

Related works