xiangweizeng / darknet2ncnn

Darknet2ncnn converts the darknet model to the ncnn model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to solve it?

MaxwellAlen opened this issue · comments

maxwell@maxwell#:./yolo zoo/yolov3-tiny.param zoo/yolov3-tiny.bin data/dog.jpg
data/coco.names

ModelBin read weight_data failed 0
layer load_model 33 failed
Segmentation fault (core dumped)

Save problem.
Replace 'yolov3-tiny.bin' and 'yolov3-tiny.param' at ./example/zoo with the same file download from the baiduyun link. And then it work.