TCNActionRecognition icon indicating copy to clipboard operation
TCNActionRecognition copied to clipboard

Skeleton based action recognition models with TCN variants for learning interpretable representation.

Results 10 TCNActionRecognition issues
Sort by recently updated
recently updated
newest added

hi 1. i had this error in train.py line 176 :` x.setflags(write=1)` " ValueError: cannot set WRITEABLE flag to True of this array" Exactly what versions of libraries are you...

fix some dimensional glitches

Hi, I replaced the update files with other ones. After running the train.Py I received the below error: File "/mnt/homedata/ss/CodeProject/TCNActionRecognition/train.py", line 183, in nturgbd_train_datagen X[batch_count] = x.reshape(max_len,feat_dim,1) ValueError: could not...

Hello, Can you please guide me how can I access to predicted scores in your code? Best

Hi, I used the updated files and could train the data using train.py but I want use visualize_filters.py which there are several error (especially in a_conv1_filter dimension)due to it is...

Hi, Thanks for sharing the code. Im getting the following error. May I know where I can download this file? No such file : 'data_root+'Xy_train_%03d'%i+'.h5' '

Very good project!!! I may find a little bug.. In TCNActionRecognition/updates/train.py line 157 : X = np.zeros((batch_size,max_len,feat_dim)) I think you mean is: X = np.zeros((batch_size,max_len,feat_dim,1)) because in line 180:X[batch_count] =...

Im getting the following error. May I know where I can download this file? [ No such file or directory: '/home/tk/dev/data/nturgbd/samples_with_missing_skeletons.txt'](url)

Hi, Thanks for sharing the code. Is that possible to share the pre-trained model on NTU-RGBD dataset ? Thanks, Jue

Hi,I am now in Keras , and the variable' feat_dim' which I cant understand , could you describe it ? Thank you