cfeng16 / audio-visual-forensics

https://cfeng16.github.io/audio-visual-forensics/
MIT License
64 stars 5 forks source link

AP and AUC Plots #7

Closed tushar0698 closed 4 months ago

tushar0698 commented 4 months ago

Dear sir, please provide the code for AP and AUC plots.Thank you

cfeng16 commented 4 months ago

I used sklearn for AP and AUC. I recommend you check https://scikit-learn.org/stable/modules/generated/sklearn.metrics.auc.html and https://scikit-learn.org/stable/modules/generated/sklearn.metrics.average_precision_score.html. let me know if you have any other questions