zhanglonghao1992 / One-Shot_Free-View_Neural_Talking_Head_Synthesis

Pytorch implementation of paper "One-Shot Free-View Neural Talking-Head Synthesis for Video Conferencing"
Other
764 stars 143 forks source link

headpose error #29

Closed highway007 closed 2 years ago

highway007 commented 2 years ago

here is the result when I set headpose_pred_to_degree() return to 0: https://user-images.githubusercontent.com/46595349/142132076-dd5cffc6-fa64-4c64-9f01-63d649137db8.mp4 and here is the original result: https://user-images.githubusercontent.com/46595349/142132085-b4707739-c2e0-4bf1-91fb-be4f318cb775.mp4 seems headpose-pred do not work correctly. ps : here is the ori-video and pic

https://user-images.githubusercontent.com/46595349/142132892-a1c39ba6-9546-4eba-bf27-bcb120260c40.mp4 ouy2

zhanglonghao1992 commented 2 years ago

@highway007 Make sure that the following functions in demo.py belong to the beta version: get_rotation_matrix()

highway007 commented 2 years ago

It works! Use keypoint_transformation and get_rotation_matrix all beta version. Thanks