You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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
@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.
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
The text was updated successfully, but these errors were encountered: