wenet-e2e / wekws

Production First and Production Ready End-to-End Keyword Spotting Toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotted DET Curve is empty

csetanmayjain opened this issue · comments

Hi,
I train a model on my custom dataset, with a single keyword.
Using compute_accuracy.py, I'm getting, 97% accuracy on the test dataset.

But when I tried to plot the DET curve using, plot_det_curve.py, the output DET curve image is empty. (Before running this, I already compute score.txt, and stats.txt)

Thanks

please attach your score.txt and stats.txt.

Please find the attached score.txt, and stats.txt

score.txt
stats.0.txt

Thanks

It seems that the FAR on your custom dataset is too large.
But you can also plot a DET curve by setting the xlim to a large value (such as --xlim 5000).

Thanks will try