Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evaluation Protocol #76

Open
MoayedHajiAli opened this issue Jun 6, 2024 · 1 comment
Open

Evaluation Protocol #76

MoayedHajiAli opened this issue Jun 6, 2024 · 1 comment

Comments

@MoayedHajiAli
Copy link

Hello,
I noticed in your code that you have n_candidate_per_text to be set to 3 by default. I am wondering if that was used during the evaluation as it was not mentioned in the paper?
Additionally, what CLAP backbone did you use to calculate the CLAP Score in comparison with other methods such as Make-an-Audio, as the scale of the number is very different. Thank you for your help.

Best,

@haoheliu
Copy link
Owner

Hi @MoayedHajiAli

Yes we use n_candidate_per_text=3 during evaluation. But we found there is no significant improvement on metrics score with this technique.

The CLAP backbone we use is music_speech_audioset_epoch_15_esc_89.98.pt from laion-clap. You can find more details in the following links:
https://github.com/haoheliu/audioldm_eval/blob/passt_replace_panns/audioldm_eval/metrics/clap_score.py
https://github.com/haoheliu/audioldm_eval/blob/passt_replace_panns/audioldm_eval/eval.py#L63

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants