-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
opencv不画框 #3
Comments
6.1版本用python opencv就可以正常运行 |
你好,请问你不画框的问题解决了吗?@wwzh2015 |
也没有画框 调试是看到数据了 |
同问 |
已经解决了,换了推理代码 不画框一般是因为网络输出的类别数对不上,用netron查看网络的实际输出值 |
您怎么解决的 是 修改了原作者的代码吗? 麻烦您说下怎么修改的 感谢
.+景忝.﹖﹎
***@***.***
…------------------ 原始邮件 ------------------
发件人: "hpc203/yolov5-v6.1-opencv-onnxrun" ***@***.***>;
发送时间: 2022年8月12日(星期五) 晚上7:46
***@***.***>;
***@***.******@***.***>;
主题: Re: [hpc203/yolov5-v6.1-opencv-onnxrun] opencv不画框 (Issue #3)
已经解决了,换了推理代码
不画框一般是因为网络输出的类别数对不上,用netron查看网络的实际输出值
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
我这个比楼主这个更好用,可以直接用yolo5自带的export转换6.1版本python和cpp都各一个文件即可。 |
用 官方的方式导出python export.py --weights yolov5s.pt --include torchscript onnx |
我发现我的输出是三层,而作者的程序只能推那种融合过三层之后的输出层,这一般怎么得到那种融合过所有先验框的代码呀 |
您好,请问是怎么去掉啊? |
只显示图片
The text was updated successfully, but these errors were encountered: