Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

my-face-recognize-id-sakura

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-face-recognize-id-sakura

A small example package to detect face

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

一个人脸检测模型,可以支持戴口罩检测

  • 如果输入的图片是不同的人,可以输出一组对比图和距离
image-20210316163620271 image-20210316163631048

使用方法:

from function import compare

save_path = './'
img1_path = './photo/Michael_Douglas_0001.jpg'
img2_path = './photo/George_W_Bush_0003.jpg'
compare(img1_path, img2_path, save_path,mask=False)
# 具体名称等上传之后再说
# 能不能上传这也是个问题

FAQs


Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc