3d-cnn-action-recognition
3d-cnn-action-recognition copied to clipboard
cnn-v2: axes don't match array Error
Hello, I tried working on v2 of your 3dcnn but it gives me this error:
main()
File "3dcnn2_M.py", line 187, in main
args.output, args.color, args.skip)
File "3dcnn2_M.py", line 120, in loaddata
return np.array(X).transpose((0, 2, 3, 4, 1)), labels
ValueError: axes don't match array
Any solution to that?
thanks
same error. do you have any solution to this error??? thanks