Doubiiu / CodeTalker

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

BIWI cal_metric training_subjects are the same training data? #23

Closed youngstu closed 1 year ago

youngstu commented 1 year ago

BIWI cal_metric training_subjects are the same with training data. Maybe cal_metric training_subjects should be the same with test data.

https://github.com/Doubiiu/CodeTalker/blob/e687bbe64bb3553d5653041a9d80a62eae593ebf/main/cal_metric.py#L9

Doubiiu commented 1 year ago

Not true. It should be the same (please read the paper carefully to distinguish between BIWI-Test-A and BIWI-Test-B).

youngstu commented 1 year ago

Not true. It should be the same (please read the paper carefully to distinguish between BIWI-Test-A and BIWI-Test-B).

Got it. Thx.