shaohua-pan / RobustCap

Code for our SIGGRAPH ASIA 2023 paper "Fusing Monocular Images and Sparse IMU Signals for Real-time Human Motion Capture".
https://shaohua-pan.github.io/robustcap-page/
MIT License
127 stars 10 forks source link

Where, or how, was the pt file containing the kp2d_mp data in the preprocess section obtained #13

Closed wtx9527 closed 5 months ago

wtx9527 commented 5 months ago

mp_data = torch.load(os.path.join(paths.DanceReID_raw_dir, 'kp2dmp', name + '' + str(p_id) + '.pt')) I can't find the “.pt” file of this part in 3DPW data set, nor can I find it in the code. How did I get it