Yzmblog / MonoHuman

MonoHuman: Animatable Human Neural Field from Monocular Video (CVPR 2023)
133 stars 9 forks source link

about joints -= pelvis_point[None, ] #17

Closed LeeBeen1 closed 10 months ago

LeeBeen1 commented 11 months ago

Hi! Thanks for the excellent work. When I use


python run.py \
    --type text \
    --cfg configs/monohuman/zju_mocap/394/394.yaml \
    text.pose_path path/to/pose_sequence/backflip.npy 
```a problem occurs. I want to ask why I need to add this line of code` joints -= pelvis_point[None, ],`
Yzmblog commented 10 months ago

Hi, we add this line to align the coordinate's original point to the pelvis point of SMPL.