We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用的模型: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时报错:
The text was updated successfully, but these errors were encountered:
有v3.0版本的转换过程,v5版本的没试过。 #1
Sorry, something went wrong.
No branches or pull requests
使用的模型: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时报错:
The text was updated successfully, but these errors were encountered: