walktree / libtorch-yolov3

A Libtorch implementation of the YOLO v3 object detection algorithm
452 stars 131 forks source link

Segmentation fault (core dumped)? #27

Open zhoujinhai opened 5 years ago

zhoujinhai commented 5 years ago
when I run the code, I have get an error is that ```Segmentation fault (core dumped)```.
n01pham commented 5 years ago

I have also this problem. Could you solve it ? @zhoujinhai @walktree

reveriel commented 4 years ago

I got the same problem because I run the code at the wrong directory.

Did you do ./build/yolo-app ?

you should cd build, and then ./yolo-app

I think the Error handling code is not good enough.