compIAM icon indicating copy to clipboard operation
compIAM copied to clipboard

Confidence values from Pitch Extraction Algorithms

Open randomrushgirl opened this issue 2 years ago • 1 comments

I want to be able to access the confidence values for the pitch extraction methods. I can easily do it for Melodia but I'm having a little trouble with FTANet-Carnatic. Is there already a functionality for this? Otherwise I can make a pull request and request the changes to be merged.

randomrushgirl avatar Jul 22 '23 16:07 randomrushgirl

Hi @randomrushgirl, sorry for the late reply on this issue. As you said, the FTANet output is purely the pitch curve and the confidence values are not computed and hence not returned. I am wondering if there is an algorithm we can couple to the FTANet-Carnatic class to compute these, or we need to adapt the model. We would be more than happy if you would like to contribute by opening a PR to the repo :) Thanks!

genisplaja avatar Oct 26 '23 14:10 genisplaja