Doubiiu / CodeTalker

[CVPR 2023] CodeTalker: Speech-Driven 3D Facial Animation with Discrete Motion Prior
MIT License
515 stars 57 forks source link

What is the lip vertex range when calculating LVE? #57

Closed kimhyungkyu-1208 closed 1 year ago

kimhyungkyu-1208 commented 1 year ago

When calculating LVE, how did you set the lip vertex range criteria in BIWI and VOCASET? Can you tell me if there are any documents or methods you referenced?

Doubiiu commented 1 year ago

Hi, we only calculate LVE on BIWI following FaceFormer. For the lip vertex range selection, we tried to refer previous works by contacting the authors, as neither of them released code for calculating LVE, but we didn't get any accurate references on that. We think it is fair to select the lip vertex range with visualization software such as MeshLab and compare all the methods on it, without any tricky selection.

kimhyungkyu-1208 commented 1 year ago

Thank you for your kind reply:) Have a nice day

Doubiiu commented 1 year ago

Not a problem.