MPolaris / onnx2tflite

Tool for onnx->keras or onnx->tflite. Hope this tool can help you.
Apache License 2.0
526 stars 42 forks source link

onnx转tflite模型失败 #17

Closed PaulX1029 closed 2 years ago

PaulX1029 commented 2 years ago

代码:python converter.py --weights "./models/yolov5s_pose.onnx" --outpath "./tf_models/" --formats "tflite"

报错: image

请大佬帮忙看下

PaulX1029 commented 2 years ago

如何把我的onnx模型贴上来呢?需要添加联系方式吗?wechat: 13755845443

MPolaris commented 2 years ago

你这个错误是有一个Greater算子没有实现导致的,你可以自己实现一下,或者上传一个模型网盘链接。

PaulX1029 commented 2 years ago

自己实现算子应该怎么操作,我不是很懂。 上传的模型的网盘链接,请大佬帮会看看 链接: https://pan.baidu.com/s/1jo7Tqt8xtC_TdrSvT6_xVg 提取码: 2mgm