记录cousera上ng讲的deep learning课的笔记,第14课:Face recognition and Style transfer ...
分类:
其他好文 时间:
2017-11-25 11:22:59
阅读次数:
162
2017/11/24 Regardless of the enormous amount of photos shared on Wechat or Face book, modern city dwellers grow detached from their immediate surround ...
分类:
其他好文 时间:
2017-11-25 11:22:12
阅读次数:
132
iPhone X前置深度摄像头带来了 Animoji 和 face ID,同时也将 3D Face Tracking 的接口开放给了开发者。本文主要分享一下 iPhone X 上使用 ARKit 进行人脸追踪及 3D 建模的相关内容。 ...
分类:
其他好文 时间:
2017-11-21 14:34:15
阅读次数:
166
I remember tears streaming down your face, When I said I'll never let you go. When all those shadows almost killed your light, I remember you said don ...
分类:
其他好文 时间:
2017-11-03 20:13:37
阅读次数:
187
今天给大家带来一篇来自CVPR 2017关于人脸识别的文章。 文章题目:Deep Convolutional Neural Network using Triplets of Faces, Deep Ensemble, and 摘要: 文章动机:人脸识别在一个没有约束的环境下,在计算机视觉中是一个非... ...
分类:
Web程序 时间:
2017-11-01 14:46:28
阅读次数:
590
CGAL带岛多边形三角化,并输出(*.ply)格式的模型 模型输出的关键是节点和索引 #include <CGAL/Triangulation_vertex_base_with_id_2.h>#include <CGAL/Triangulation_face_base_with_info_2.h> ...
分类:
其他好文 时间:
2017-10-28 12:49:21
阅读次数:
766
这段时间看了CVPR2017的这篇论文”SphereFace:Deep Hypersphere Embedding for Face Recognition" 里面有提到Probe set,当时不太懂什么意思,网上查了下资料,大概讲的就是: 在 Face Recognition 数据集一般会经常看到 ...
分类:
其他好文 时间:
2017-10-27 19:53:14
阅读次数:
402
先下载字体文件,在线转换需要的字体格式,使用和普通的font-family一样:font-family:"in"/*字体*/@font-face { font-family: 'in'; src: url('../fonts/neutraface2display-titling.eot'); src ...
分类:
Web程序 时间:
2017-10-26 18:09:38
阅读次数:
261
A domino is a flat, thumbsized tile, the face of which is divided into two squares, each left blank or bearing from one to six dots. There is a row of ...
分类:
其他好文 时间:
2017-10-16 21:43:04
阅读次数:
217
Face Recognition软件包 这是世界上最简单的人脸识别库了。你可以通过Python引用或者命令行的形式使用它,来管理和识别人脸。 该软件包使用dlib中最先进的人脸识别深度学习算法,使得识别准确率在《Labled Faces in the world》测试基准下达到了99.38%。 它同 ...
分类:
编程语言 时间:
2017-10-16 19:27:36
阅读次数:
153