Open Andy010902 opened 2 months ago
Both in the AIST++ dataset and the PopDanceSet, the purpose of these adjustments is to ensure that the dancer faces forward towards the audience. Whether it’s through array cameras in AIST++ or monocular 3D keypoint detection in PopDanceSet, the extracted 3D body data needs to be correctly aligned when placed into the SMPL model. This alignment involves adjusting the coordinates and orientation of the body to standardize the direction the dancer is facing.
Best regards
Hi, @Luke-Luo1 Thanks for your fantastic work! I eagerly wonder how to extract manual and kinetic feature for aist++ pkl data(train/test)? I am aware of the difference between popdg dataset and aist++ dataset, in which kinetic foward i.e. "full_pose" smpl_forward is different in dataset.py: for popdg, in ../dataset/load_popdanceset.py(line:169-198)
but in EDGE, there are: (in ../dataset/dance_dataset.py, line 144 - 169)
So I guess that there must be relative change in ../eval/extract_features.py(line: 24 - 50):
Thanks for your great contribution all the time! I am truly grateful and looking forward to your kind instruction. Best wishes!