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.77k stars 1.04k forks source link

Yolov4&5模型运行正常,但是nanodet模型闪退怎么排查? #490

Open erikaemma opened 1 year ago

erikaemma commented 1 year ago

从Releases里下载代码并解压demo_android_ncnn文件夹,使用AS打开,配置NDK为21.4.7075529,拷贝ncnn-20221128-android-vulkan并设置解压路径。然后按README下载2个压缩包并解压到assets文件夹。 Yolov4&5的CPU&GPU运行没有问题并且可以正常识别,但是按下nanodet按钮就会闪退。通过捕获error log没有发现特异性错误(其他两种模型都会有的共同错误)。

ntt-TNT commented 1 year ago

查看jni_interface.cpp中加载模型的路径