The Nature of Recognition [Idea Logs] Recognition is borned with Memory . While memory comes from the observation of the world, inside and outside. To ...
分类:
其他好文 时间:
2019-08-11 21:11:52
阅读次数:
83
实现流程 这里我将这个功能抽象成一个面具加载服务,请跟随我的代码一窥究竟吧。 1.导入对应的工具包 from time import sleep import cv2 import numpy as np from PIL import Image from imutils import face_ ...
分类:
编程语言 时间:
2019-08-08 23:33:11
阅读次数:
146
import requestsimport simplejsonimport jsonimport base64 def find_face(imgpath): print("finding") http_url = 'https://api-cn.faceplusplus.com/facepp/v ...
分类:
其他好文 时间:
2019-08-08 18:49:42
阅读次数:
663
Face ID?是如何成为商业智能化方案中对顾客进行数字化描述的主要技术方案的?
分类:
其他好文 时间:
2019-08-02 20:46:08
阅读次数:
84
百度AI接口 AI智能种类方向 耳朵 = 倾听 = 麦克风 = 语音识别 ASR:Automatic Speech Recognition 嘴巴 = 诉说 = 扬声器 = 语音合成 TTS:Text To Speech 眼睛 = 观察 = 摄像头 = 图像识别 IR:Image Recognitio ...
分类:
其他好文 时间:
2019-08-01 17:28:51
阅读次数:
182
Point center(face_img.cols/2, face_img.rows/2); //cv::Mat rot_mat = cv::getRotationMatrix2D(center, -1 * arctan, 1.0); cv::Mat Rx(3, 3, CV_32FC1); dou ...
分类:
其他好文 时间:
2019-07-31 19:06:56
阅读次数:
224
void warp_perspect_3_angle(cv::Mat face, float roll, float yaw, float pitch) { cv::Mat face_img = face.clone(); int imgHeight = face_img.rows; int img ...
分类:
其他好文 时间:
2019-07-31 18:36:35
阅读次数:
295
Point center(face_img.cols/2, face_img.rows/2); //cv::Mat rot_mat = cv::getRotationMatrix2D(center, -1 * arctan, 1.0); cv::Mat Rx(2, 3, CV_32FC1); dou ...
分类:
其他好文 时间:
2019-07-31 18:15:48
阅读次数:
75
常用字段: 在Django中,定义了一些Field来与数据库表中的字段类型来进行映射。以下将介绍那些常用的字段类型。 AutoField: 映射到数据库中是int类型,可以有自动增长的特性。一般不需要使用这个类型,如果不指定主键,那么模型会自动的生成一个叫做id的自动增长的主键。如果你想指定一个其他 ...
分类:
其他好文 时间:
2019-07-29 20:20:59
阅读次数:
149
加载sklearn中的人脸数据集 执行上面的第二行程序,python会从网上下载labeled_face_wild people数据集,这个数据集大概200M,因为墙的原因下载很慢失败。 使用百度云下载该数据集,是个.tgz的压缩包 链接:https://pan.baidu.com/s/1eySjV ...
分类:
其他好文 时间:
2019-07-26 17:38:50
阅读次数:
130