asvspoof-challenge / 2021

ASVspoof 2021 Baseline Systems
198 stars 76 forks source link

> Missed parameters of fs, fmin, fmax in extract_cqccc #12

Closed veesa4826 closed 2 years ago

veesa4826 commented 2 years ago

Missed parameters of fs, fmin, fmax in extract_cqccc

https://github.com/asvspoof-challenge/2021/blob/17c3ce9759f532f2c76d5017d33ac3321142d9c7/LA/Baseline-CQCC-GMM/python/gmm.py#L72

After fixing this error, string indices must be integers error occurs in

https://github.com/asvspoof-challenge/2021/blob/17c3ce9759f532f2c76d5017d33ac3321142d9c7/LA/Baseline-CQCC-GMM/python/gmm.py#L43

Hello, has your problem been solved? I also encountered this problem.

Originally posted by @yuant-gif in https://github.com/asvspoof-challenge/2021/issues/2#issuecomment-1006567437

veesa4826 commented 2 years ago

how to solve the above problem?