Hi, thanks for your great work! I'm really impressed with this project.
I'm currently working on a related task and have a question regarding the keypoint processing pipeline. I've successfully used smooth_kp.py to get pose_rescaled_smooth from pose_rescaled and then converted it to local coordinates using the global_to_local function.
However, I'm stuck on the initial step of generating pose_rescaled from the raw pose data. I've searched the repository but haven't been able to find the specific logic or code for this rescaling step.
Could you please provide some guidance on how pose is converted to pose_rescaled? Is there a specific function or script I might have missed? Any insights into the logic or a snippet of the relevant code would be greatly appreciated.
Thanks a lot for your help!