You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This requires a separate posture folder for each video, and obtaining the corresponding text description. Then, each line should correspond accordingly.
13
-
// Since each dataset is different, please handle it by yourself.
14
-
python pipeline02_obtain_trg384_data.py
20
+
# This requires a separate posture folder for each video, and obtaining the corresponding text description. Then, each line should correspond accordingly.
21
+
# Since each dataset is different, please handle it by yourself.
22
+
python pipeline02_obtain_trg384_data.py
23
+
24
+
#Later, we realized that fully extending the posture and performing a sequence-to-sequence transformation might not be the optimal solution. Perhaps the third step was not very necessary.
0 commit comments