You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "landmarkPredict.py", line 252, in
func(*sys.argv[2:])
File "landmarkPredict.py", line 231, in predictImage
vgg_point_net.set_input_arrays(faces.astype(np.float32),data4DL.astype(np.float32))
File "/home/ggj/lch/caffe/python/caffe/pycaffe.py", line 245, in _Net_set_input_arrays
return self._set_input_arrays(data, labels)
RuntimeError: data array has wrong number of channels
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "landmarkPredict.py", line 252, in
func(*sys.argv[2:])
File "landmarkPredict.py", line 231, in predictImage
vgg_point_net.set_input_arrays(faces.astype(np.float32),data4DL.astype(np.float32))
File "/home/ggj/lch/caffe/python/caffe/pycaffe.py", line 245, in _Net_set_input_arrays
return self._set_input_arrays(data, labels)
RuntimeError: data array has wrong number of channels
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered: