lingjie0206 / Neural_Actor_Main_Code

Official repository of "Neural Actor: Neural Free-view Synthesis of Human Actors with Pose Control" (SIGGRAPH Asia 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some question about pre-processing my own datasets.

NeaRBrotheR opened this issue · comments

On this page

in generate_transform_files/hello_smpl_pose.py line48 https://github.com/lingjie0206/Neural_Actor_Preprocessing/blob/e48dd8824b88c95191c483f7316d3cfb170b0a64/generate_transform_files/hello_smpl_pose.py#L48

https://github.com/lingjie0206/Neural_Actor_Preprocessing/blob/e48dd8824b88c95191c483f7316d3cfb170b0a64/generate_transform_files/hello_smpl_pose.py#L8

in smpl_webuser.serialization.py , load_model only return the one variable (result),
but there use three variable to catch the return value of load_model.

I know the m is the info about smpl model , and dd means some info from smpl_webuser.serialization.py ,
but only A i don't konw what is it means.
Could you please explain this variable for me? Thanks a lout!!

It's the transformation of joints. You may refer to the original SMPL code.