YuwenXiong / py-R-FCN

R-FCN with joint training and python support
MIT License
1.05k stars 471 forks source link

SystemError: NULL result without error in PyObject_Call #40

Open zuowang opened 7 years ago

zuowang commented 7 years ago

Traceback (most recent call last): File "/home/deepinsight/py-R-FCN/tools/../lib/roi_data_layer/layer.py", line 15, in from roi_data_layer.minibatch import get_minibatch File "/home/deepinsight/py-R-FCN/tools/../lib/roi_data_layer/minibatch.py", line 12, in import cv2 ImportError: /usr/local/lib/libopencv_ocl.so.2.4: undefined symbol: _ZN2cv16TLSDataContainerD2Ev Traceback (most recent call last): File "./tools/train_net.py", line 112, in max_iters=args.max_iters) File "/home/deepinsight/py-R-FCN/tools/../lib/fast_rcnn/train.py", line 202, in train_net pretrained_model=pretrained_model) File "/home/deepinsight/py-R-FCN/tools/../lib/fast_rcnn/train.py", line 43, in init self.solver = caffe.SGDSolver(solver_prototxt) SystemError: NULL result without error in PyObject_Call