Enable thumbor to use ArcFace to run face detection
Project description
thumbor_arcface
Thumbor ArcFace can recognize side faces, higher recognition rate.
Environment
- Thumbor >= 7.0.0
- ArcFace >= 3.0
Installation
pip install thumbor_arcface
Enable detector
- Add
thumbor_arcface
to yourthumbor.conf
.
DETECTORS = [
'thumbor_arcface',
'thumbor.detectors.feature_detector',
]
- Add ArcFace's
ARC_APP_ID
andARC_SDK_KEY
to yourthumbor.conf
.
########### ArcFace #########
ARC_APP_ID = ''
ARC_SDK_KEY = ''
Thanks
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
thumbor_arcface-0.1.1.tar.gz
(2.9 kB
view details)
File details
Details for the file thumbor_arcface-0.1.1.tar.gz
.
File metadata
- Download URL: thumbor_arcface-0.1.1.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.9.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 30762ede513c3342706c70074f87e4fda7816dfb40f56fecb47020aaaf3b2483 |
|
MD5 | cb2f346c2d1b530c0ddebeac7fa41308 |
|
BLAKE2b-256 | 43e97a0134b6b4ee9e3c3adda4fa34ef78cb72c851cbe0691cb5468c09cf174d |