摘要: 人脸特征点定位 Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks codes: https://github.com/kpzhang93/MTCNN_face_dete 阅读全文
posted @ 2017-06-11 16:00 BlueOceans 阅读(403) 评论(0) 推荐(0) 编辑
摘要: WinSCP MobaXterm 阅读全文
posted @ 2017-06-04 15:15 BlueOceans 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://github.com/handong1587/handong1587.github.io/blob/master/_posts/deep_learning/2015-10-09-acceleration-model-compression.md 阅读全文
posted @ 2017-06-04 14:54 BlueOceans 阅读(234) 评论(0) 推荐(0) 编辑
摘要: //按字符分割,可以为多个分割符同时分割,例如 split(str, "\",[]{}) vector split(string str, string pattern){ vector ret; if (pattern.empty()) return ret; size_t start = 0, index = str.find_first_of(pattern, ... 阅读全文
posted @ 2017-06-04 13:11 BlueOceans 阅读(590) 评论(0) 推荐(0) 编辑
摘要: https://handong1587.github.io/deep_learning/2015/10/09/object-detection.html cs231n学习笔记-CNN-目标检测、定位、分割 http://blog.csdn.net/myarrow/article/details/51 阅读全文
posted @ 2017-05-25 16:11 BlueOceans 阅读(137) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/chenyj92/article/details/53448161 http://www.dongzhuoyao.com/deeplab-semantic-image-segmentation-with-deep-convolutional-nets-atr 阅读全文
posted @ 2017-04-27 22:35 BlueOceans 阅读(661) 评论(0) 推荐(0) 编辑
摘要: opencv实现 http://www.cnblogs.com/mikewolf2002/p/3384989.html 阅读全文
posted @ 2017-04-25 18:07 BlueOceans 阅读(78) 评论(0) 推荐(0) 编辑
摘要: 1.解决deeplab编译问题 http://m.2cto.com/kf/201612/579545.html 阅读全文
posted @ 2017-04-19 10:14 BlueOceans 阅读(273) 评论(0) 推荐(0) 编辑
摘要: https://github.com/BVLC/caffe/pull/1667 阅读全文
posted @ 2017-04-18 20:07 BlueOceans 阅读(374) 评论(0) 推荐(0) 编辑
摘要: Automatic Portrait Segmentation for Image Stylization projectweb:http://xiaoyongshen.me/webpage_portrait/index.html http://people.csail.mit.edu/sparis 阅读全文
posted @ 2017-04-01 15:36 BlueOceans 阅读(1821) 评论(0) 推荐(0) 编辑