Confidence values from Pitch Extraction Algorithms
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.
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!