Skip to content

Implementation of "Beyond Simple Features: A Large-Scale Feature Search # Approach to Unconstrained Face Recognition", IEEE FG, 2011.

License

Notifications You must be signed in to change notification settings

joelb92/simplefeature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository provides an incredibly light-weight implementation of the gray-scale feature extractor from: "Beyond simple features: A large-scale feature search approach to unconstrained face recognition"

Use

pip install simplefeature

or

git clone https://github.com/joelb92/simplefeature.git && cd simplefeat && python setup.py install

   import simplefeature
   import cv2
   im = cv2.imread("/home/face.jpg")
   embedding = simplefeature.extract(im) 

Inputs will be scaled to 200x200px The system outputs a 51200-d vector

Please cite this paper:

Cox, David, and Nicolas Pinto. "Beyond simple features: A large-scale feature search approach to unconstrained face recognition."
2011 IEEE International Conference on Automatic Face & Gesture Recognition (FG). IEEE, 2011.

About

Implementation of "Beyond Simple Features: A Large-Scale Feature Search # Approach to Unconstrained Face Recognition", IEEE FG, 2011.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages