TCNActionRecognition icon indicating copy to clipboard operation
TCNActionRecognition copied to clipboard

is this a bug?

Open wxw420 opened this issue 7 years ago • 1 comments

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)

wxw420 avatar Jan 24 '18 08:01 wxw420

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

TaeSoo-Kim avatar Jan 26 '18 22:01 TaeSoo-Kim