码迷,mamicode.com
首页 >  
搜索关键字:face++    ( 1029个结果
论文笔记 Generative Face Completion
这篇paper将巧妙地将四个loss函数结合在一起,其中每一个loss的功能不同。但这篇paper不够elegant的地方也是loss太多!在本文中,我采用散文的写作方法谈谈自己对这篇paper的理解,其实质就是“想到哪,写到哪!” 如上图所示,(a)输入图像;(b)用随机square模板遮住输入图 ...
分类:其他好文   时间:2017-06-26 23:50:21    阅读次数:243
Android Studio 导入OpenCV 并调试运行face-detection例子
Android Studio 导入OpenCV 并调试运行face-detection例子 系统:Ubuntu 14.04 Studio版本:2.3.3 OpenCV版本:2.4.11 第一部分 将OpenCV导入到项目中 1.从Google Android 开发中文网站上下载 Android St ...
分类:移动开发   时间:2017-06-26 21:09:14    阅读次数:3017
CSS3深度学习
主流浏览器 + IE10以上支持CSS3。 CSS3解决兼容问题,加前缀: chrom , safire :-webkit firfox : -moz IE : -ms opera : -o CSS3简化了前端工作人员的设计过程,加快页面载入速度。 CSS3属性集合: border-radius,圆 ...
分类:Web程序   时间:2017-06-24 18:44:10    阅读次数:213
CSS6
1.引用自己的字体 :@font-face自己取得名字不要和已有的起冲突 写法:@font-face{font-family:自己取得名字;src=url();} .div1{font-family:自己取得名字} 2.字体图标(就是一种字体 ):优点:a.提高网页性能 b.无限放大不失真 c.为响 ...
分类:Web程序   时间:2017-06-22 20:50:55    阅读次数:193
网站引入特殊字体
先获取这些字体文件 然后添加css ...
分类:Web程序   时间:2017-06-22 11:08:26    阅读次数:201
CSS3的使用方法解析
1.text-shadow:5px 5px 5px red, 9px 13px 10px blue, 8px 12px 10px #ccc; 字体阴影面积显示(同box-shadow) 2.自己设置字体 @font-face{ /* 可以设置字体 */ font-family:WebFont; /* ...
分类:Web程序   时间:2017-06-20 21:15:51    阅读次数:225
nyoj 714 Card Trick
Card Trick 时间限制:1000 ms | 内存限制:65535 KB 难度:3 描述 The magician shuffles a small pack of cards, holds it face down and performs the following procedure: ...
分类:其他好文   时间:2017-06-20 10:51:31    阅读次数:198
Brute force Attack
1 Introduction A common threat that webdevelopers face is a password-guessing attack known as a brute force attack. Abrute-force attack is an attempt ...
分类:其他好文   时间:2017-06-16 14:23:52    阅读次数:318
bootstrap图标字体不出来问题的解决办法
@font-face { font-family: 'Glyphicons Halflings'; src: url('/Scripts/bootstrap/fonts/glyphicons-halflings-regular.eot'); src: url('/Scripts/bootstrap/ ...
分类:其他好文   时间:2017-06-15 20:25:42    阅读次数:131
face detection,landmark, recognition with deeplearning
Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks codes: https://github.com/kpzhang93/MTCNN_face_detection_al ...
分类:其他好文   时间:2017-06-11 17:22:30    阅读次数:160
1029条   上一页 1 ... 46 47 48 49 50 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!