Open HonglinChu opened 1 year ago
run demo.py in main branch, get bad mesh in face
Did you use the same flame files?
I have downloaded them from the official website, and is there other version about flame files? Would you mind sharing me smplx files and flames files by google cloud?
If Pose2Pose works well on your side, could you use the same flame file as Pose2Pose of yours for the Hand4Whole demo?
Hand4Whole demo (main branch) and FaceNet(Pose2Pose branch) are using different files, it seems impossible to use the same file
Oh sorry. could you try with this? https://drive.google.com/drive/folders/1t7fnNnDUK0DZnr73SSYpz8zyiNne_8Uh?usp=share_link
Hi,if i set fixed expr and jaw_pose value, i can get good result as follow:
I also save the face bbox image, it is normal:
So, the input of self.face_regressor is right, but the output expr is error. Maybe, there is a problem with self.face_regressor ?
I've just ran the demo by cloning this repo without any modification and got good result like below. Please check what you modified
Thank you,the problem is solved when i reinstall the cudatoolkit=11.x
Thank you for your work,when i run demo.py( main branch), i get bad result as follow:
Then i checkout branch Pose2Pose, and run face_demo.py, i get right result as follow:
Is there something wrong in main branch ?