-
Notifications
You must be signed in to change notification settings - Fork 165
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
fork了一个包含环境创建的repo,希望能帮到大家 #25
Comments
您好,我在fork这个仓库的时候并没有测试过新训练的模型,我后续会抽时间尝试一下,不保证能成功
:)
…---原始邮件---
发件人: "Xinze ***@***.***>
发送时间: 2024年3月5日(周二) 下午4:48
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [Sharpiless/Yolov5-Deepsort] fork了一个包含环境创建的repo,希望能帮到大家 (Issue #25)
你好,yolov5的版本你用的是哪个呢,我用最新版的训练出来的模型,会报错
image.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
已经解决了,最新的是7.0的不兼容,换成5.0就好了 |
demo.py中。t = int(1000/fps),会导致除零,这个该怎么解决呢 |
那你就得一步步排查,是获取fps失败了,换一种方式,或者手动给fps赋非零值 |
你要修改第10行的代码,改成自己的视频路径 |
改过了 我用的是原来项目主的代码 在自己路径前面加r会报更多错误 你是按照Fyra-BH这个老哥的环境需求和他的代码来跑的吗 |
对,我用的他的requirements.txt,不然总是出环境问题 |
好的 我再试试这个哥们的代码
|
兄弟你解决了吗?我跟你一样的问题,fps除数为0了。 |
我改回原作者的视频提取方式后能成功运行了,难道是我传参传错路径了吗?不太清楚。 |
https://github.com/Fyra-BH/Yolov5-Deepsort.git
在原作者的基础上增加了一个requirements.txt
此外将demo.py改成命令行传参:
不传参的话则调用摄像头
The text was updated successfully, but these errors were encountered: