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

README Results shows wrong model for SED #1

Open
NumesSanguis opened this issue Aug 4, 2020 · 1 comment
Open

README Results shows wrong model for SED #1

NumesSanguis opened this issue Aug 4, 2020 · 1 comment

Comments

@NumesSanguis
Copy link

NumesSanguis commented Aug 4, 2020

Thank you for providing this tool!

In the README, you have the following output:

------ Sound event detection ------
Checkpoint path: /root/panns_data/Cnn14_mAP=0.431.pth
GPU number: 1
Save fig to appendixes/sed_result.pdf

However, it should not be possible to use SED with Cnn14, as the model only has 'clipwise_output'.

When I execute python3 example.py, it uses Cnn14_DecisionLevelMax for the SED task, which does have 'framewise_output'.

I assume that SED with Cnn14 is not possible right?

@qiuqiangkong
Copy link
Owner

Cnn14 is a tagging model and does not support SED, and the tagging result is not calculated from SED results.

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