eth-siplab / AvatarPoser

Official Code for ECCV 2022 paper "AvatarPoser: Articulated Full-Body Pose Tracking from Sparse Motion Sensing"
https://siplab.org/projects/AvatarPoser
MIT License
288 stars 49 forks source link

Possible Typo in Code #5

Closed Feiyu-Yao closed 2 years ago

Feiyu-Yao commented 2 years ago

Hi jiaxi-jiang,

Your work AvatarPoser is excellent and it is kind that you can share your code in Github. However, I found a possible typo in code. The preprocess.py saves processed data in ./data_fps60 while the dataroot is set to be ./data_cameraready_fps60 for training. I think these two should be the same.

Best Feiyu

jiaxi-jiang commented 2 years ago

Hi Feiyu,

thank you very much for your interest in our work and the raised issue. Yes, they should be the same. Feel free to ask me if you have any other questions.

Best, Jiaxi