Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yolov5s v5.0模型转换TNN后运行出错 #5

Open
winterfell2021 opened this issue Jun 21, 2021 · 1 comment
Open

yolov5s v5.0模型转换TNN后运行出错 #5

winterfell2021 opened this issue Jun 21, 2021 · 1 comment

Comments

@winterfell2021
Copy link

winterfell2021 commented Jun 21, 2021

使用的模型:https://github.com/ultralytics/yolov5/releases/download/v5.0/yolov5s.pt
转换onnx命令:python models/export.py --weights yolov5s.pt --img 640 --batch 1
转换TNN命令:python converter.py onnx2tnn yolov5s.onnx -o . -in 1,3,448,640
转换后的模型:https://www.lanzoui.com/iSktTqkfote
运行demo时报错:
image

@cmdbug
Copy link
Owner

cmdbug commented Jun 21, 2021

有v3.0版本的转换过程,v5版本的没试过。
#1

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

No branches or pull requests

2 participants