Tencent / ncnn

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

Segmentation fault: converting mobilenetssd caffemodel #1990

Open AIGirl10 opened 4 years ago

AIGirl10 commented 4 years ago

As given in this example file, I tried to convert mobilenetssd model from this repository.

But when I run caffe2ncnn binary, it gives me this error

$ ./caffe2ncnn mobilnetssd_caffe.prototxt mobilenetssd_caffe.caffemodel mobilenetssd_caffe.param mobilenetssd_caffe.bin
Segmentation fault (core dumped)

can anyone please help ?

mandagod commented 4 years ago

same occurance.