Please, organize files in this way:
./
├── data/
│ ├── data_SM.txt
│ └── data_Class_Labels.txt
└── main.py
Run main.py in a Python IDE or the terminal by typing python main.py
main.py:
----------------------------------------
EER_threshold: 0.59
EER: 1.10%
----------------------------------------
FAR = 10% ------> FRR value: 0.00%
FAR = 1% ------> FRR value: 1.67%
FAR = 0.1% ------> FRR value: 97.33%
Genuine and impostor score distribution plot:
ROC curve:
The visualizations of FAR and FRR curve, and EER point: