We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'.
'clipwise_output'
When I execute python3 example.py, it uses Cnn14_DecisionLevelMax for the SED task, which does have 'framewise_output'.
python3 example.py
Cnn14_DecisionLevelMax
'framewise_output'
I assume that SED with Cnn14 is not possible right?
Cnn14
The text was updated successfully, but these errors were encountered:
Cnn14 is a tagging model and does not support SED, and the tagging result is not calculated from SED results.
Sorry, something went wrong.
No branches or pull requests
Thank you for providing this tool!
In the README, you have the following output:
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 usesCnn14_DecisionLevelMax
for the SED task, which does have'framewise_output'
.I assume that SED with
Cnn14
is not possible right?The text was updated successfully, but these errors were encountered: