Skip to content

jankolf/ser-fiq-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unofficial pytorch reimplementation of

SER-FIQ: Unsupervised Estimation of Face Image Quality Based on Stochastic Embedding Robustness

CVPR 2020

Authors:
Philipp Terhörst, Jan Niklas Kolf, Naser Damer, Florian Kirchbuchner, Arjan Kuijper


Paper available at TheCVF Data available to download

Reimplementation

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.

Run

To run the example code,

  1. download the model checkpoints
  2. create a folder checkpoints and copy the file into it
  3. Execute the example code with
    python main.py
    

Dependencies

Tested with pytorch 2.0, torchvision.

License

This project is licensed under the terms of the Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages