Closed LeeBeen1 closed 10 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, ],`
Hi, we add this line to align the coordinate's original point to the pelvis point of SMPL.
Hi! Thanks for the excellent work. When I use