Tencent / ncnn

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

ncnn 跑自己训练的MobileNetv2-SSDLite模型没结果出来 #560

Closed NOON47 closed 4 years ago

NOON47 commented 6 years ago

ncnn 跑自己训练的MobileNetv2-SSDLite模型没结果出来,同样的模型用OpenCV的接口是可以有结果的,请问是怎么回事,有没有相关的资料可参考,是模型转换的时候出了问题,还是还需要增加什么东西?

zineos commented 5 years ago

检查一下模型导入成功没有

DayBreak-u commented 5 years ago

我也是这个问题呀,请问解决了吗

hellocsi commented 5 years ago

是什么模型转的?Caffe吗?有没有分析原始模型参数文件和ncnn.param中不同的地方?

nihui commented 4 years ago

example 里的 mobilenetv2_ssdlite 模型上传到这里了 https://github.com/nihui/ncnn-assets/tree/master/models 已使用ncnnoptimize优化模型和fp16存储