pytorch-yolo-v3 icon indicating copy to clipboard operation
pytorch-yolo-v3 copied to clipboard

Segmentation Fault (Core Dumped) Thanks!!!

Open mylife126 opened this issue 6 years ago • 1 comments
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!

mylife126 avatar Feb 14 '19 20:02 mylife126

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

fourth-archive avatar Feb 14 '19 23:02 fourth-archive