会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BlueOceans
联系方式:dianxinshidian@126.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
15
16
17
18
19
20
下一页
2017年6月11日
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_dete
阅读全文
posted @ 2017-06-11 16:00 BlueOceans
阅读(417)
评论(0)
推荐(0)
2017年6月4日
远程操作工具
摘要: WinSCP MobaXterm
阅读全文
posted @ 2017-06-04 15:15 BlueOceans
阅读(155)
评论(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
阅读(238)
评论(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
阅读(601)
评论(0)
推荐(0)
2017年5月25日
物体检测整理
摘要: 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
阅读(146)
评论(0)
推荐(0)
2017年4月27日
deeplab算法解析
摘要: 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
阅读(674)
评论(0)
推荐(0)
2017年4月25日
kmeans算法
摘要: opencv实现 http://www.cnblogs.com/mikewolf2002/p/3384989.html
阅读全文
posted @ 2017-04-25 18:07 BlueOceans
阅读(89)
评论(0)
推荐(0)
2017年4月19日
封装caffe版的deeplab为库供第三方使用
摘要: 1.解决deeplab编译问题 http://m.2cto.com/kf/201612/579545.html
阅读全文
posted @ 2017-04-19 10:14 BlueOceans
阅读(277)
评论(0)
推荐(0)
2017年4月18日
caffe封装成库供第三方使用
摘要: https://github.com/BVLC/caffe/pull/1667
阅读全文
posted @ 2017-04-18 20:07 BlueOceans
阅读(399)
评论(0)
推荐(0)
2017年4月1日
人像分割换背景
摘要: 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
阅读(1829)
评论(0)
推荐(0)
上一页
1
···
15
16
17
18
19
20
下一页
公告