pytorch-yolo-v3
pytorch-yolo-v3 copied to clipboard
Segmentation Fault (Core Dumped) Thanks!!!
trafficstars
Hi,
I am a big fan of your work. And I try to simply test your code before I start following your tutorial. However, when I cd to where I saved your repository and enter: python video_demo.py --video video.avi, the system threw me an error saying "Segmentation Error".
Then, it looks like every python file in your repository would throw me the same error message.
Meanwhile, my system is ubuntu 18.04, RAM: 16G, cuda 9.0 with 1080 Ti.
Could you please let me know how to resolve this issue? Thanks!
I found the repo below works better. It even has a real-time YOLOv3 iPhone app you can download straight from the App Store: https://github.com/ultralytics/yolov3