wxw420
Results
2
issues of
wxw420
Great project! Can you provide the extracted skeleton features ? **DATASET_PATH = "data/HAR_pose_activities/database/"** thank you~
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] =...