上一页 1 ··· 5 6 7 8 9
摘要: Deep Compositional Captioning: Describing Novel Object Categories Without Paired Training DataLisa Anne Hendricks, Subhashini Venugopalan, Marcus Rohr 阅读全文
posted @ 2017-08-28 21:14 木易修 阅读(1281) 评论(0) 推荐(0)
摘要: 转载自http://blog.csdn.net/lanchunhui/article/details/50034921 以下的演示均在Python 3环境下进行。 我们以一个简单的文件打开和文件读为例说明,pickle读文件时可能存在的编码问题: 1 import pickle 2 3 # 使用wi 阅读全文
posted @ 2017-08-15 20:41 木易修 阅读(1910) 评论(0) 推荐(0)
摘要: https://github.com/delphifirst/FaceXhttps://github.com/ci2cv/face-analysis-sdkhttps://github.com/uricamic/flandmarkhttp://cmp.felk.cvut.cz/~uricamic/f 阅读全文
posted @ 2017-08-14 09:11 木易修 阅读(825) 评论(0) 推荐(0)
摘要: 申明:本文非笔者原创,原文转载自:http://blog.csdn.NET/ttransposition/article/details/12966521 DPM(Deformable Parts Model) Reference: Object detection with discriminat 阅读全文
posted @ 2017-08-05 10:55 木易修 阅读(450) 评论(0) 推荐(0)
摘要: 转自 http://blog.csdn.net/kang1292655979/article/details/52799439 今年8月,雷锋网(搜索“雷锋网”公众号关注)将在深圳举办“全球人工智能与机器人创新大会”(GAIR),在本次大会上,我们将发布“人工智能与机器人Top25创新企业榜“,速感 阅读全文
posted @ 2017-08-04 16:34 木易修 阅读(668) 评论(0) 推荐(0)
摘要: ■Annotated Database (Hand, Meat, LV Cardiac, IMM face) (http://www2.imm.dtu.dk/~aam/)■AR Face Database (http://cobweb.ecn.purdue.edu/~aleix/aleix_face 阅读全文
posted @ 2017-08-04 10:16 木易修 阅读(421) 评论(0) 推荐(0)
摘要: 今天一哥们问我,C语言中,const int型的变量能不能设置数组大小,我一想,以前C++经常这样用,这个完全可以的啊,结果被告知是错误的。然后我果断写了test.c,内容如下:#include int main(){ const int a=2; const int... 阅读全文
posted @ 2015-01-20 00:57 木易修 阅读(763) 评论(0) 推荐(0)
摘要: 工作三年,以前的博客已经没了,重新开始记录技术生活,写代码不为其他,就是爽! 阅读全文
posted @ 2015-01-03 14:55 木易修 阅读(121) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9