Skip to content
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

which tool did you use to convert the yolov5s.py to yolov5s.bin/param? #8

Open
muhammedakyuzlu opened this issue Feb 21, 2022 · 2 comments

Comments

@muhammedakyuzlu
Copy link

muhammedakyuzlu commented Feb 21, 2022

can you write the steps on how to convert yolov5s to the ncnn format?
I converted the torch model to onnx then using ncnn tools converted to bin/param but it did not work

@Draft00
Copy link

Draft00 commented Mar 7, 2022

@muhammedakyuzlu, Hi! Could you tell me more about problem? Have you solved it?
I was close to a possible option, but I still get the wrong output result. My steps: Tencent/ncnn#3600

@muhammedakyuzlu
Copy link
Author

@Draft00, Hi!
I did like you did in your steps:[https://github.com/Tencent/ncnn/issues/3600] the first four ones .
I ended up with [yolov5s.param, yolov5s.bin] note I used the yolov5s normal model not the yolov5s_6
I modified the ncnn yolov5 example
39.line // #define YOLOV5_V60 1 //YOLOv5 v6.0
to use the normal version.

the Problem are find_blob_index_by_name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants