TaeSoo-Kim / TCNActionRecognition

Skeleton based action recognition models with TCN variants for learning interpretable representation.
122 stars 33 forks source link

is this a bug? #4

Open wxw420 opened 6 years ago

wxw420 commented 6 years ago

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] = x.reshape(max_len,feat_dim,1)

TaeSoo-Kim commented 6 years ago

sorry for the delayed response, did you have a chance to resolve this?