码迷,mamicode.com
首页 >  
搜索关键字:face    ( 1029个结果
css3
字体 通过 CSS3,Web 设计师再也不必被迫使用“web-safe”字体了。 <style> @font-face { font-family: myFirstFont; src: url('Sansation_Light.ttf'), url('Sansation_Light.eot'); / ...
分类:Web程序   时间:2018-03-01 17:16:58    阅读次数:231
从零开始玩人工智能-人脸 API-03
利用Azure Cognitive Services中的Face API,哪怕没有任何深入的 AI 知识,哪怕没有熟练的编程技巧,只需要简单的几十行代码,就能够实现有趣的人脸识别。
分类:Windows程序   时间:2018-02-26 15:16:00    阅读次数:294
font-sqirrel
html5之前,只要稍微特殊点的字体,都必须做成图片,以免客户端无法显示。而对于正文或者需要后台调用大量文字的地方,则无能为力。但是,html5推出了 @font-face 支持自定义字体之后,这个问题就完美解决了。 现在的问题是,不同浏览器对于字体格式的支持不同,而我们从网上下载的自己满意的字体, ...
分类:其他好文   时间:2018-02-25 17:22:31    阅读次数:146
2017.11.3 16:30-17:00Face-to-face communication
DoyouwanttocommunicatewiththeBIexpertsfacetofaceandaskyourquestiondirectly?EngagewithMVPatspecialtyworkshops.YoucanconnectdirectlywithMVPtoestablishpersonalrelationship.IamSonglihuan(宋立桓).Letmeshowyou
分类:其他好文   时间:2018-02-24 16:44:09    阅读次数:107
从零开始玩人工智能—人脸 API—02
     前文介绍了人脸API,但没有一个完整的功能实现,各个功能的API始终如散开的珍珠一样,不能串成珠链。到底这套API是如何工作的呢?Person、Person Group、FaceList、Face这些不同的对象是怎么发生联系的呢?     于是,我决定写一个相对完整的简单程序,完成一个对人脸进行识别的功能。 
分类:Windows程序   时间:2018-02-22 21:28:26    阅读次数:253
洛谷P2882 [USACO07MAR]面对正确的方式Face The Right Way
1 #include 2 #define For(i, j, k) for(int i=j; i=k; i--) 4 #define LL long long 5 using namespace std; 6 inline int read() { 7 int x = 0, f = 1; 8 cha... ...
分类:其他好文   时间:2018-02-22 13:38:07    阅读次数:165
January 09th, 2018 Week 02nd Tuesday
Use the smile to change the world. Don't let the world change your smile. 用你的笑容去改变这个世界,别让这个世界改变了你的笑容。 Always keep a smiling face toward the world, may ...
分类:其他好文   时间:2018-02-15 22:50:48    阅读次数:312
葵花宝典读书笔记-接口
接口,英文interface,拆开看就是inter 和 face inter 有互相的意思,其含义强调两方的交互。 face 面,对应的是点和线。很形象的体现了功能的多样性。可以看作是多个功能点的集合组成的一个功能面,通过它可以与多个功能点进行交互。但是功能点有很多,哪些才是属于一个面的?接口的定义 ...
分类:其他好文   时间:2018-02-15 18:10:44    阅读次数:215
【Lv1-Lesson006】Basic Phone Language
face-to-face communication 面对面交流 WeChat 微信 microblog 微博 short message 短信 今天的主题是 【Basic Phone Language】 【初级打电话攻略】 In today's lesson, we are going to le ...
分类:其他好文   时间:2018-02-11 18:17:13    阅读次数:273
课程四(Convolutional Neural Networks),第四 周(Special applications: Face recognition & Neural style transfer) —— 1.Practice quentions
【解释】 This allows us to learn to predict a person’s identity using a softmax output unit, where the number of classes equals the number of persons in t ...
分类:移动开发   时间:2018-02-10 16:59:47    阅读次数:216
1029条   上一页 1 ... 35 36 37 38 39 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!