Khrylx / EgoPose

[ICCV 2019] Official PyTorch Implementation of "Ego-Pose Estimation and Forecasting as Real-Time PD Control". ICCV 2019.
https://www.ye-yuan.com/ego-pose
Other
88 stars 24 forks source link

About data preprocessing. #2

Closed xjwxjw closed 4 years ago

xjwxjw commented 4 years ago

I notice that gen_expert.py directly imports motion data from trajectory (.p) files. What if I generate motion data from .bvh files? Could you please provide the preprocessing script corresponding to *.bvh file? Thank you very much!

Khrylx commented 4 years ago

I added the code for converting BVH. I only tested on my BVH files. https://github.com/Khrylx/EgoPose/blob/master/ego_pose/data_process/convert_clip.py

xjwxjw commented 4 years ago

Great! Thanks again!