shouxieai / infer

A new tensorrt integrate. Easy to integrate many tasks
MIT License
374 stars 76 forks source link

yolov5.engine make run之后,图像中目标没有检测 #20

Open Luna6688 opened 1 year ago

Luna6688 commented 1 year ago

使用yolov5m和yolov5s生成engine文件,然后make run,图像中的目标没有被检测到

输出caption 和 rectangle第一个point,结果是 person nan [0,0] Save result to Result.jpg,1024 objects

huan085128 commented 12 months ago

请问你解决了吗?我也遇到了类似的问题

Luna6688 commented 12 months ago

请问你解决了吗?我也遇到了类似的问题

没有解决,我转战去yolov8了,检测和分割都能很好的执行

huan085128 commented 12 months ago

我yolov8也是这个问题,请问你的tensorrt版本和cuda版本都是和项目一样的吗?我用项目提供的模型也这样。

Luna6688 commented 11 months ago

github上不去了,就邮件回复你的消息了。 我的tensorrt版本是5.1.1 cuda版本是11.4.315 另外我推荐一篇博文给你,我是按照他的方法来的,结果是可以的,下边是链接 https://blog.csdn.net/qq_40672115/article/details/129640372

在 2023-09-18 20:22:20,"huan085128" @.***> 写道:

我yolov8也是这个问题,请问你的tensorrt版本和cuda版本都是和项目一样的吗?我用项目提供的模型也这样。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

huan085128 commented 11 months ago

github上不去了,就邮件回复你的消息了。 我的tensorrt版本是5.1.1 cuda版本是11.4.315 另外我推荐一篇博文给你,我是按照他的方法来的,结果是可以的,下边是链接 https://blog.csdn.net/qq_40672115/article/details/129640372 在 2023-09-18 20:22:20,"huan085128" @.> 写道: 我yolov8也是这个问题,请问你的tensorrt版本和cuda版本都是和项目一样的吗?我用项目提供的模型也这样。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.>

非常感谢,我研究了好几天终于解决了

xiexie30 commented 8 months ago

github上不去了,就邮件回复你的消息了。 我的tensorrt版本是5.1.1 cuda版本是11.4.315 另外我推荐一篇博文给你,我是按照他的方法来的,结果是可以的,下边是链接 https://blog.csdn.net/qq_40672115/article/details/129640372 在 2023-09-18 20:22:20,"huan085128" @.**> 写道: 我yolov8也是这个问题,请问你的tensorrt版本和cuda版本都是和项目一样的吗?我用项目提供的模型也这样。 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.**>

非常感谢,我研究了好几天终于解决了

请问你是怎么解决的,我也遇到了这个问题。