gafniguy / 4D-Facial-Avatars

Dynamic Neural Radiance Fields for Monocular 4D Facial Avater Reconstruction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

for customized data preprocessing, how to generate the required shape expression vector?

yangqing-yq opened this issue · comments

@gafniguy
as this vht repo "https://github.com/philgras/video-head-tracker", it outputs totally different dimension of expression vector (which is 100d), how to align this with nerface requirement (expression is 76D vector)?

Also, again, how to generate the rigid.txt, transform.txt needed by real_to_nerf.py? could you provide samples?
"
expressions = read_expressions(os.path.join(args.source, "expression.txt"))
rigid_poses, scale = read_rigid_poses(os.path.join(args.source, "rigid.txt"))
"