当前位置:网站首页>MTCNN人脸检测
MTCNN人脸检测
2022-07-06 09:14:00 【imxlw00】
MTCNN可实现两个任务——人脸检测与人脸关键点检测。
MTCNN已经集成到了python的库中。
安装
注意:安装前需要确认以下依赖:
python >= 3.4
opencv >= 4.1
Keras>=2.0.0
pip install mtcnn
人脸检测
from mtcnn import MTCNN
import cv2
img=cv2.imread("../datas/face/ldh2.jpg")
img = cv2.cvtColor(img, cv2.COLOR_BGR2RGB)
detector = MTCNN()
face =detector.detect_faces(img)
print(face)
[
{‘box’: [162, 72, 226, 281],
‘confidence’: 0.9999822378158569,
‘keypoints’: {‘left_eye’: (236, 190), ‘right_eye’: (335, 179), ‘nose’: (296, 248), ‘mouth_left’: (254, 291), ‘mouth_right’: (331, 282)}}
]
效果图
边栏推荐
- 自动机器学习框架介绍与使用(flaml、h2o)
- Install mysql5.5 and mysql8.0 under windows at the same time
- Punctual atom stm32f103zet6 download serial port pin
- QT creator create button
- AcWing 1294. Cherry Blossom explanation
- 打开浏览器的同时会在主页外同时打开芒果TV,抖音等网站
- 02 staff information management after the actual project
- AcWing 1298.曹冲养猪 题解
- Copie maître - esclave MySQL, séparation lecture - écriture
- Armv8-a programming guide MMU (2)
猜你喜欢
Rhcsa certification exam exercise (configured on the first host)
When you open the browser, you will also open mango TV, Tiktok and other websites outside the home page
Did you forget to register or load this tag
QT creator specify editor settings
csdn-Markdown编辑器
[recommended by bloggers] C MVC list realizes the function of adding, deleting, modifying, checking, importing and exporting curves (with source code)
QT creator test
【博主推荐】C#MVC列表实现增删改查导入导出曲线功能(附源码)
In the era of DFI dividends, can TGP become a new benchmark for future DFI?
Dotnet replaces asp Net core's underlying communication is the IPC Library of named pipes
随机推荐
AcWing 179.阶乘分解 题解
QT creator uses Valgrind code analysis tool
Learning question 1:127.0.0.1 refused our visit
NPM an error NPM err code enoent NPM err syscall open
Machine learning notes week02 convolutional neural network
La table d'exportation Navicat génère un fichier PDM
Dotnet replaces asp Net core's underlying communication is the IPC Library of named pipes
UDS learning notes on fault codes (0x19 and 0x14 services)
How to set up voice recognition on the computer with shortcut keys
Database advanced learning notes -- SQL statement
JDBC原理
AcWing 1294. Cherry Blossom explanation
Windows下安装MongDB教程、Redis教程
Machine learning -- census data analysis
虚拟机Ping通主机,主机Ping不通虚拟机
[ahoi2009]chess Chinese chess - combination number optimization shape pressure DP
安装numpy问题总结
项目实战-后台员工信息管理(增删改查登录与退出)
一键提取pdf中的表格
Summary of numpy installation problems