libtorch-yolov3
libtorch-yolov3 copied to clipboard
Segmentation fault (core dumped)?
when I run the code, I have get an error is that ```Segmentation fault (core dumped)```.
I have also this problem. Could you solve it ? @zhoujinhai @walktree
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.