TCNActionRecognition
TCNActionRecognition copied to clipboard
is this a bug?
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)
sorry for the delayed response, did you have a chance to resolve this?