SER-FIQ is implemented for iResNet architecture, pre-trained iResNet18 and iResNet50 are provided. The scaling of the SER-FIQ scores is different from the original implementation and needs to be adapted to the dataset/model.
To run the example code,
- download the model checkpoints
- create a folder checkpoints and copy the file into it
- Execute the example code with
python main.py
Tested with pytorch 2.0, torchvision.
This project is licensed under the terms of the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license.