AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.73k stars 7.96k forks source link

darknet_video.py Error: Segmentation fault (core dumped) #4240

Open saraAlsiyat1 opened 4 years ago

saraAlsiyat1 commented 4 years ago

Screenshot_20191106_053738

AlexeyAB commented 4 years ago

It works for me: image

saraAlsiyat1 commented 4 years ago

It works for me: image

@AlexeyAB Are you using a GPU? , I'm trying to run it in Virtual machine and without a GPU

AlexeyAB commented 4 years ago

I compiled yolo_cpp_dll_no_gpu.sln. So it doesn't use GPU, it uses CPU with AVX2 instructions as you can see

image