Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

TFLite export #1

Closed
mikel-brostrom opened this issue Mar 23, 2023 · 1 comment
Closed

TFLite export #1

mikel-brostrom opened this issue Mar 23, 2023 · 1 comment

Comments

@mikel-brostrom
Copy link

mikel-brostrom commented Mar 23, 2023

Did anybody here try to export the onnx models to TFLite using onnx2tf?

I am running:

onnx2tf -i ~/edgeai-yolox/yolox_nano.onnx -o yolox_nano_saved_model

and get the following error

ERROR: input_onnx_file_path: /datadrive/mikel/edgeai-yolox/yolox_nano.onnx
ERROR: onnx_op_name: /head/ScatterND
ERROR: Read this and deal with it. https://github.com/PINTO0309/onnx2tf#parameter-replacement
ERROR: Alternatively, if the input OP has a dynamic dimension, use the -b or -ois option to rewrite it to a static shape and try again.
ERROR: If the input OP of ONNX before conversion is NHWC or an irregular channel arrangement other than NCHW, use the -kt or -kat option.
ERROR: Also, for models that include NonMaxSuppression in the post-processing, try the -onwdt option.

Any help is appreciated 😄

@mikel-brostrom
Copy link
Author

PINTO0309/onnx2tf#269

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant