首页 > 其他分享 >Pytorch_人脸检测

Pytorch_人脸检测

时间:2023-02-13 13:46:16浏览次数:46  
标签:人脸识别 检测 face Pytorch 人脸 https recognition

人脸检测

人脸识别的目的就是要对图片和视频中人脸的身份进行判断
Face Recognition 
docker pull animcogn/face_recognition:cpu-nightly

Harr级联人脸检测、Dlib人脸检测器

【Dlib人脸检测】1. HOG特征描述方法 https://blog.csdn.net/qq_44431690/article/details/106149793
The Viola–Jones object detection framework is a machine learning object detection framework
proposed in 2001 by Paul Viola and Michael Jones.

https://hub.docker.com/r/animcogn/face_recognition
https://github.com/ageitgey/face_recognition
  ArcFace  与Softmax、SphereFace和CosFace比较  虹软(ArcSoft) — 让视界从此不同
      
    load_image_file
    face_locations face_landmarks
    face_encodings compare_faces

人脸检测数据集

CelebFaces Attributes Dataset (CelebA) 
面部遮挡多姿态人脸识别数据集 戴口罩人脸识别数据集

 左上角(xmin,ymin)和右下角(xmax,ymax)坐标

参考

 https://github.com/CMU-Perceptual-Computing-Lab/openpose	
 http://vis-www.cs.umass.edu/lfw/ Labeled Faces in the Wild Home

标签:人脸识别,检测,face,Pytorch,人脸,https,recognition
From: https://www.cnblogs.com/ytwang/p/17116057.html

相关文章