You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2024. It is now read-only.
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, formodels that include NonMaxSuppressionin the post-processing, try the -onwdt option.
Any help is appreciated 😄
The text was updated successfully, but these errors were encountered:
Did anybody here try to export the onnx models to
TFLite
usingonnx2tf
?I am running:
onnx2tf -i ~/edgeai-yolox/yolox_nano.onnx -o yolox_nano_saved_model
and get the following error
Any help is appreciated 😄
The text was updated successfully, but these errors were encountered: