-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Wrong result for onnx-ncnn yolov5s_6.0 #3600
Comments
I have similar problems,run on android,params yololv5 6.0 by pnnx |
@Draft00 my intuition tells me that the processing of images is different between the |
I have the same issue with yolov5n. |
cc I ended up using an older version as well. |
the same error, can you solve it ? |
针对onnx模型转换的各种问题,推荐使用最新的pnnx工具转换到ncnn pip install pnnx
pnnx model.onnx inputshape=[1,3,224,224] 详细参考文档 |
Problem: incorrect detection
Windows platform. Image with wrong detection for example:
model | 模型 | モデル
how to reproduce | 复现步骤 | 再現方法
python detect.py --source data/images --weights yolov5s.pt --conf 0.25
.python export.py --include onnx --weight yolov5s.pt --img 640 --train --simplify
. According to this.ex.extract()
according to my .param file numbers.@zhiliu6, could you tell me how you converted the model? it seemed to me that I was doing similar steps, but this is not the case :(
The text was updated successfully, but these errors were encountered: