ncnn-webassembly-yolov5 icon indicating copy to clipboard operation
ncnn-webassembly-yolov5 copied to clipboard

Too many results on predict image

Open chucksylar opened this issue 2 years ago • 3 comments

After replacing your ncnn model with my own model (followed by your post https://zhuanlan.zhihu.com/p/471357671), the model predicts with a bunch of bounding boxes... res1

chucksylar avatar Apr 01 '22 01:04 chucksylar

@chucksylar @nihui I am facing the same issue. How can this be corrected?

Mas-Y avatar May 10 '22 11:05 Mas-Y

I too am facing this issue. I don't believe it is an issue with the converted model, as running model inference with yolov5_pnnx.cpp from the examples folder in the ncnn repository works fine (at least for my model)...

kethan1 avatar Jul 20 '22 19:07 kethan1

I am facing the same issue. my soluton is update compileSdkVersion from 31 to 32 it works

liuxufenfeiya avatar Oct 18 '22 03:10 liuxufenfeiya