Hello guys, I encounter the segmentation error when running darknet.py today.
~/Project/alex_darknet$ python darknet.py
Try to load cfg: ./cfg/yolov3.cfg, weights: yolov3.weights, clear = 0
...
Class-ranging on 78 of 80= 0.0
Class-ranging on 79 of 80= 0.0
Ranging on 1 of 17
Classes: <__main__.METADATA object at 0x7f2d1d5c3b00> 80 <__main__.LP_c_char_p object at 0x7f2cec83dcb0>
Segmentation fault (core dumped)
I dont have any issue running image_yolov3.sh.
I built darknet with these options
GPU=1
CUDNN=1
CUDNN_HALF=0
OPENCV=0
AVX=0
OPENMP=0
LIBSO=1
ZED_CAMERA=0
Here is my system:
Updated: I rolled back to bb7d699 and darknet.py is running just fine with the same environment.
same issue here
Same problem
Had same issue getting darknet working with zed camera.
@phongphuhanam suggestion fixed it.
same problem here,and reinstall old version,problem solved. @AlexeyAB ,hope you fix it soon.Thank You!
I fixed it.
Most helpful comment
Updated: I rolled back to bb7d699 and darknet.py is running just fine with the same environment.