
人脸识别
令狐傻笑
图像算法工程师,主要研究方向为图像分类,目标检测
展开
-
图片加口罩代码
import cv2import dlibimport timedef get_mouth(img): img_gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY) width_w, height_h = img_gray.shape[0], img_gray.shape[1] detector = dlib.get_fron...原创 2020-02-20 14:03:34 · 912 阅读 · 0 评论 -
InsightFace算法学习
目录InsightFace算法学习开源仓库识别算法配置相关算法算法测试参考文献InsightFace算法学习开源仓库InsightFace: https://github.com/deepinsight/insightface识别算法配置安装mxnetpip install mxnet-cu80 #or mxnet-cu90 or mxnet-cu100下载insightfac...原创 2019-12-05 16:01:23 · 4228 阅读 · 4 评论