Coder Social home page Coder Social logo

face_matching's Introduction

Face Matching Repository

Extract features with any of the following:

  • vggface_feature_extraction
  • facenet_feature_extraction
  • lbp_feature_extraction

Example usage:

python3 vggface_feature_extraction.py -n resnet50 -s ../image_list.txt -d ../output_folder

The default weights for VGGFace and ResNet50 are trained on VGGFace and VGGFace2, respectively.

Match with:

  • mult_feature_match_list

Example usage:

python3 mult_feature_match_list.py -p ../probe_list.txt -o ../output_results/ -d MORPH -gr AA -m 1

Plot ROC, FMR/FNMR, and histograms using the plot functions inside the plot folder.

Example usage:

python3 plot_relative_freq_histogram.py -a1 ../authentic_dist1.txt -i1 ../impostor_dist1.txt -l1 Label1 -a2 ../authentic_dist2.txt -i2 ../impostor_dist2.txt -l2 Label2 -t 'Tittle' -d ../save_folder -n output

Related papers:

O. M. Parkhi, A. Vedaldi, and A. Zisserman. Deep face recognition. In BMVC, 2015.

K. He, X. Zhang, S. Ren, and J. Sun. Deep residual learning for image recognition. arXiv preprint arXiv:1512.03385, 2015.

Q. Cao, L. Shen, W. Xie, O. M. Parkhi, and A. Zisserman. Vggface2: A dataset for recognising faces across pose and age. In Face and Gesture Recognition, 2018.

Y. Guo, L. Zhang, Y. Hu, X. He, and J. Gao. Ms-celeb-1m: A dataset and benchmark for large-scale face recognition. In European Conference on Computer Vision, 2016.

X. Tan and B. Triggs. Enhanced local texture feature sets for face recognition under difficult lighting conditions. IEEE Transactions on Image Processing, 2010.

Deng, Jiankang, et al. Arcface: Additive angular margin loss for deep face recognition. IEEE Conference on Computer Vision and Pattern Recognition. 2019.

face_matching's People

Contributors

vitoralbiero avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.