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
百度AI接口 AI智能种类方向 耳朵 = 倾听 = 麦克风 = 语音识别 ASR:Automatic Speech Recognition 嘴巴 = 诉说 = 扬声器 = 语音合成 TTS:Text To Speech 眼睛 = 观察 = 摄像头 = 图像识别 IR:Image Recognitio ...
分类:
其他好文 时间:
2019-08-01 17:28:51
阅读次数:
182
一、概述 1.芯片介绍 LD3320 是一颗基于非特定人语音识(SI-ASR:Speaker-Independent Automatic Speech Recognition)技术的语音识/声控芯片。提供了真正的单 芯片语音识解决方案。 LD3320 芯片上集成了高精度的 A/D 和 D/A 接口, ...
分类:
其他好文 时间:
2019-07-23 00:09:14
阅读次数:
479
GhostVLAD for set-based face recognition 中提到了文章解决的是template-based face recognition。 文章的3个贡献: 提出一种网络来聚合并embed网络输出的面部特征向量至一个compact的固定长度的表示。 提出一个新奇的Ghos ...
分类:
其他好文 时间:
2019-07-17 18:51:14
阅读次数:
127
OCR OCR,即Optical Character Recognition,光学字符识别,是指通过扫描字符,然后通过其形状将其翻译成电子文本的过程。对于图形验证码来说,它们都是一些不规则的字符,这些字符确实是由字符稍加扭曲变换得到的内容。 例如,对于验证码,我们可以使用OCR技术来将其转化为电子文 ...
主要是安装dlib失败。可以先安装cmake(直接pip install cmake),然后就可以直接pip install face_recognition就不会报错 https://my.oschina.net/u/2428854/blog/1797473 ...
分类:
其他好文 时间:
2019-06-10 13:25:48
阅读次数:
150
1、如linux下已有python2.7,但需要更新一下python 2.7至python2.x 2、部署步骤 Installation of Cmake:(it tooks a while to install ~1.5 min) pip installation 通过手动编译dlib的方式进行安 ...
分类:
系统相关 时间:
2019-06-09 10:01:57
阅读次数:
178
安装依赖库: 1、安装cmake (是一个跨平台的安装工具) 2、安装boost、boost-python(C++的程序库) 3、编译dlib 4. 安装人脸识别的python库 5、安装opencv-python 此时报错: 解决方案:强行升级 ...
分类:
系统相关 时间:
2019-06-09 09:34:48
阅读次数:
141
具体安装移步:https://www.cnblogs.com/ckAng/p/10981025.html 更多操作移步:https://github.com/ageitgey/face_recognition ...
分类:
其他好文 时间:
2019-06-06 12:30:06
阅读次数:
121
http://www.inference.org.uk/mackay/itprnn/ http://videolectures.net/course_information_theory_pattern_recognition/ 1948, Shanon's fundamental problem: ...
分类:
其他好文 时间:
2019-05-16 09:32:18
阅读次数:
144