Skip to main content

No project description provided

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

simplefeature-1.1.2-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page