xiangweizeng / darknet2ncnn

Darknet2ncnn converts the darknet model to the ncnn model
Do What The F*ck You Want To Public License
158 stars 56 forks source link

when i run yolo here is a error?? #17

Closed MaxwellAlen closed 5 years ago

MaxwellAlen commented 5 years ago

liu@Sir:~/darknet2ncnn/example$ ./yolo zoo/yolov3-tiny.param zoo/yolov3-tiny.bin data/dog.jpg data/coco.names Bus error (core dumped)

xiangweizeng commented 5 years ago

Bus error 一般是有内存对齐导致的,具体情况需要结合ncnn及操作系统平台及硬件CPU进行分析。