ncnn how to use insight-face resnet50/100 models

vcudknz3  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(83)

detail | 详细描述 | 詳細な説明

Hi,
@nihui
I try to convert buffalo model to ncnn model and try to get 512 feature but got error:
find_blob_index_by_name BatchNormalization_129 failed

Try
ex.extract("683", out0);

Process returned -1073741819 (0xC0000005) execution time : 3.297 s

Question is : how we can use https://github.com/deepinsight/insightface/tree/master/model_zoo models in ncnn C++ ?

wr98u20j

wr98u20j1#

@nihui
I converted onnx to ncnn model. I wonder is there any accuracy lost in ncnn from original ingiht-face model run ?

Best

相关问题