Socket
Socket
Sign inDemoInstall

thumbor-arcface

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    thumbor-arcface

Enable thumbor to use ArcFace to run face detection


Maintainers
1

Readme

thumbor_arcface

Thumbor ArcFace can recognize side faces and higher recognition rate, solve the problem of low recognition rate of OpenCV.

中文文档

Environment

  • Thumbor >= 7.0.0
  • ArcFace SDK >= 3.0

Installation

pip install thumbor_arcface

Enable detector

  • Add thumbor_arcface to your thumbor.conf.
DETECTORS = [
    'thumbor_arcface',
    'thumbor.detectors.feature_detector',
]
  • At the end of your thumbor.conf, add ArcFace's ARC_APP_ID and ARC_SDK_KEY, Remember to modify the value.
########### ArcFace #########
ARC_APP_ID = ''
ARC_SDK_KEY = ''
ARC_FACE_SCALE = 32
ARC_FACE_MAX_NUM = 10

Thanks

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc