MPolaris / onnx2tflite

Tool for onnx->keras or onnx->tflite. If tool is useful for you, please star it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onnx转tflite模型失败

PaulX1029 opened this issue · comments

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

报错:
image

请大佬帮忙看下

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

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

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