RangiLyu / nanodet

NanoDet-Plus⚡Super fast and lightweight anchor-free object detection model. 🔥Only 980 KB(int8) / 1.8MB (fp16) and run 97FPS on cellphone🔥
Apache License 2.0
5.78k stars 1.04k forks source link

onnx模型转ncnn模型,param中blob名字不一样。 #469

Open WellTung666 opened 2 years ago

WellTung666 commented 2 years ago

C++运行时出现检测目标为NULL然后闪退的问题,对比文件发现每层的blob名字跟官方给的模型都不一样,请问这是什么原因? 谢谢~ nanodet_ncnn

RangiLyu commented 2 years ago

可能和ncnn版本有关

WellTung666 commented 2 years ago

可能和ncnn版本有关 我之前转换YOLOX-nano的时候遇到过一样的问题,后面更换预训练模型后就没有出现。 请问c++代码中使用的ncnn模型是用哪一个预训练模型转换的?还有官方使用的NCNN是什么版本吗? 谢谢~

WellTung666 commented 2 years ago

可能和ncnn版本有关

我使用了官方提供的onnx转换测试并没有这个问题。