Open asflower opened 10 months ago
@lindsayshuo 帮忙确认下呢
训练的参数我看看
不好意思,我这边对模型训练不是太了解,这里只做工程部署。 我怀疑问题可能出在编译的engine模型上,之前也尝试过替换前处理,问题还是存在
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
你好,请问找到原因了么? 方便共享下解决方案么 @asflower 我也遇到了这个问题
已解决,看最新代码
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Env
About this repo
Your problem
1、yolov8s,960x960的模型,当输入图像小于960x960时,较大概率一些类别存在误检情况; 2、同一个模型,改成640x640输入,误检消失; 3、同一个模型、同一批图像,用onnx或者torch推理正常,没有误检;