Tencent / ncnn

ncnn is a high-performance neural network inference framework optimized for the mobile platform
Other
20.1k stars 4.13k forks source link

mobilenetv3-ssd model "detection_out" error #1723

Open yy2yy opened 4 years ago

yy2yy commented 4 years ago

Training mobilenetv3-ssd model with coco datasets, and convert it to ncnn, then i changed the .param file manually. When I use ncnn to inference the image, i got the "detection_out" error, like this image

I reference mobilenetv3_ssdlite_voc.param to change the .param, the output are 81 classes.

How to solve this problem, please help me! Thank you very much!

yy2yy commented 4 years ago

When i test the mobilenetv3_ssdlite_voc.param and mobilenetv3_ssdlite_voc.bin, it also has this problem, image test image is: image Whether the boxes(x=-nan,y=-nan,width=-nan,height=-nan) should be output?