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.
Release files for simplefeature 1.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| simplefeature-1.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / simplefeature-1.1.2-py3-none-any.whl
| Download URL | simplefeature-1.1.2-py3-none-any.whl |
|---|---|
| Size | 2.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
acc596f072cefc7f8c1745a11ff564c5ab7b2d27e345b0d7ef56bf5685b9b305
|
|
BLAKE2b-256 checksum How to use checksums |
1ecc2ebd87200c2a23baedd9f0fb0ccd8ea9afa48864e8e0a74db31072b3178e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.1 CPython/3.7.9
|