随笔分类 -  python dlib

强大的人脸识别库
摘要:1、图片效果 2、原代码 # !/usr/bin/python # -*- coding: utf-8 -*- # Copyright (c) 2015 Matthew Earl # # Permission is hereby granted, free of charge, to any per 阅读全文
posted @ 2019-10-19 22:54 算法浪客 阅读(2058) 评论(0) 推荐(0) 编辑
摘要:1、直接上干货 #!/usr/bin/python # -*- coding: utf-8 -*- import time import dlib import numpy as np class faceDiscernModel: def __init__(self): # 加载预训练人脸检测CN 阅读全文
posted @ 2019-06-16 15:45 算法浪客 阅读(1006) 评论(0) 推荐(0) 编辑
摘要:1、dlib 实现动态人脸检测及面部轮廓检测 模型下载连接 : http://dlib.net/files/ 安装连接:(26条消息) [已解决]face_recognition库安装,dlib库安装_1941s的博客-CSDN博客_face_recognition库安装 # coding:utf- 阅读全文
posted @ 2019-03-14 22:45 算法浪客 阅读(1123) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示