hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
588 stars 265 forks source link

ValueError: setting an array element with a sequence. #115

Open duynn912 opened 5 years ago

duynn912 commented 5 years ago

Does anyone have any idea for this problem? Please help me out. I am using tensorflow 1.7.0 and numpy 1.14.5. Traceback (most recent call last): File "predict_c3d_ucf101.py", line 155, in tf.app.run() File "/home/tinhh/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 126, in run _sys.exit(main(argv)) File "predict_c3d_ucf101.py", line 152, in main run_test() File "predict_c3d_ucf101.py", line 133, in run_test start_pos=next_start_pos File "/home/tinhh/nnduy/tracvid/C3D-tensorflow/input_data.py", line 106, in read_clip_and_label np_arr_data = np.array(data).astype(np.float32) ValueError: setting an array element with a sequence.

sunshineZXJ commented 3 years ago

I have same problem.Do you solve it?