EvelynFan / FaceFormer

[CVPR 2022] FaceFormer: Speech-Driven 3D Facial Animation with Transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo.py

Sylvia-Yuju opened this issue · comments

When running the demo.py code, the following problem occurs, How can I solve
1521680011628_ pic_hd

Me too. So I'm simply let tgt_mask = tgt_mask.unsqueeze(0)and it works.

Me too. So I'm simply let tgt_mask = tgt_mask.unsqueeze(0)and it works.

Yes, I solved it like this too