Doubiiu / CodeTalker

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

cal_metric.py error "FileNotFoundError: [Errno 2] No such file or directory: 'RUN/BIWI/CodeTalker_s2/result/npy/F2_e37_condition_F2.npy'" #71

Open bullgokman opened 5 months ago

bullgokman commented 5 months ago

In config/BIWI/stage2.yaml train_subjects: F2 F3 F4 M3 M4 M5 test_subjects: F1 F5 F6 F7 F8 M1 M2 M6

And when i ran 'sh scripts/test.sh CodeTalker_s2 config/BIWI/stage2.yaml BIWI s2', i got result files like'_e37~40condition.npy'.

For evaluating result files using cal_metric.py, result files have to be '_e37~40condtiond.npy'.

I think something wrong in test_pred.py.