Doubiiu / CodeTalker

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

BIWI dataset has 536 vertices_npy and 532 wav? #20

Closed youngstu closed 1 year ago

youngstu commented 1 year ago

After BIWI processed, found BIWI dataset has 536 vertices_npy and 532 wav. Is the number of BIWI dataset right? Thx.

Doubiiu commented 1 year ago

I also encountered the data missing problem. But I think it is OK as you only need to make sure all the BIWI TestA and TestB train /val/test data exist and complete.

youngstu commented 1 year ago

The acutal BIWI dataset for train, val, test is 190, 32, 24. Loaded data: Train-190, Val-24, Test-32

But in paper, the BIWI dataset for train, val, test is 192, 32, 24.

youngstu commented 1 year ago

What is the number for your training data? I used the same processing method, but only obtain a training set of 190. Could you check it? Very thanks.

Doubiiu commented 1 year ago

Yeap I just check it and it should be 190.

youngstu commented 1 year ago

Yeap I just check it and it should be 190.

OK. Thx.