随笔分类 -  deep learning

摘要:ECCV2018 论文:Receptive Field Block Net for Accurate and Fast Object Detection 论文链接:https://arxiv.org/abs/1711.07767 代码链接:https://github.com/ruinmessi/R 阅读全文
posted @ 2019-01-13 17:22 牧马人夏峥 阅读(2496) 评论(1) 推荐(0) 编辑
摘要:Deformable conv赋予了CNN位置变换的能力,与普通卷积的对比如下。可以看到,在每个特征点上,会产生一个偏移,变成 不规则的卷积(感觉本质上,就是让CNN自己去学习感受野)。 思想来源于STN(Spatial Transform Network),但它们有着巨大的差别: STN得到的是全 阅读全文
posted @ 2019-01-12 16:56 牧马人夏峥 阅读(376) 评论(0) 推荐(0) 编辑
摘要:ncnn安卓端使用:https://blog.csdn.net/qq_36982160/article/details/79931741 想玩玩ncnn,但由于之前opencv没装好,因此遇到了一些坑,特此记录 注意:建议git两份ncnn,一份编译linux下的,一份编译android,分开编译, 阅读全文
posted @ 2018-03-29 09:53 牧马人夏峥 阅读(692) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/u013139259/article/details/52143240 阅读全文
posted @ 2018-03-23 10:30 牧马人夏峥 阅读(199) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/zhangjunbob/article/details/53119959 阅读全文
posted @ 2018-03-20 09:25 牧马人夏峥 阅读(1955) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/33075914 http://blog.csdn.net/u011995719/article/details/79135818 https://blog.ddlee.cn/2018/01/18/%E8%AE%BA%E6%96%87%E7% 阅读全文
posted @ 2018-02-23 11:34 牧马人夏峥 阅读(495) 评论(0) 推荐(0) 编辑
摘要:https://mp.weixin.qq.com/s?__biz=MzA3MzI4MjgzMw==&mid=2650736740&idx=3&sn=cdce446703e69b47cf48f12b3d451afc&chksm=871acc1ab06d450ccde3148df96436c98adb2 阅读全文
posted @ 2018-02-05 13:10 牧马人夏峥 阅读(315) 评论(0) 推荐(0) 编辑
摘要:参考http://blog.csdn.net/Andy965/article/details/70808909?locationNum=5&fps=1 建议将make 和make install分开编译,否则可能报错。 编译成功后报错:ImportError: No module named hyp 阅读全文
posted @ 2018-01-31 15:06 牧马人夏峥 阅读(348) 评论(0) 推荐(0) 编辑
摘要:https://zhuanlan.zhihu.com/p/28749411 深度可分离卷积:http://imgtec.eetrend.com/blog/10139 阅读全文
posted @ 2018-01-22 13:49 牧马人夏峥 阅读(501) 评论(0) 推荐(0) 编辑
摘要:马克:http://blog.csdn.net/u014568921/article/details/72498507 阅读全文
posted @ 2018-01-09 11:13 牧马人夏峥 阅读(120) 评论(0) 推荐(0) 编辑
摘要:参考:http://blog.csdn.net/sinat_30071459/article/details/53202977 如果用的是cudnnv5,可能会遇到问题,下载最新的caffe,替换这部分:https://www.cnblogs.com/peiyuYang/p/8196037.html 阅读全文
posted @ 2018-01-05 14:32 牧马人夏峥 阅读(967) 评论(0) 推荐(0) 编辑
摘要:最近想跟一下这个课程,学习资料: 笔记1:http://kyonhuang.top/Andrew-Ng-Deep-Learning-notes/#/ 作业:https://github.com/bighuang624/Andrew-Ng-Deep-Learning-notes/tree/master 阅读全文
posted @ 2018-01-02 08:12 牧马人夏峥 阅读(899) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/red_stone1/article/details/72858962 http://blog.csdn.net/red_stone1/article/details/72863749 阅读全文
posted @ 2017-12-28 08:32 牧马人夏峥 阅读(90) 评论(0) 推荐(0) 编辑
摘要:算是python的简明教程吧,总结的不错: https://zhuanlan.zhihu.com/p/24162430 python for opencv: https://zhuanlan.zhihu.com/p/30661999 http://www.cnblogs.com/denny402/t 阅读全文
posted @ 2017-12-14 11:41 牧马人夏峥 阅读(302) 评论(0) 推荐(0) 编辑
摘要:马克:https://zhuanlan.zhihu.com/p/31920000 阅读全文
posted @ 2017-12-13 08:51 牧马人夏峥 阅读(2813) 评论(0) 推荐(0) 编辑
摘要:马克一记:https://zhuanlan.zhihu.com/p/31575074 阅读全文
posted @ 2017-12-10 10:49 牧马人夏峥 阅读(678) 评论(0) 推荐(0) 编辑
摘要:知乎上的讨论:https://www.zhihu.com/question/43609045?sort=created 不过看的云里雾里,越看越糊涂。 直到看到了这个:http://deeplearning.net/software/theano_versions/dev/tutorial/conv 阅读全文
posted @ 2017-12-10 10:42 牧马人夏峥 阅读(921) 评论(0) 推荐(0) 编辑
摘要:马克一记https://zhuanlan.zhihu.com/p/30870804 阅读全文
posted @ 2017-11-17 17:21 牧马人夏峥 阅读(475) 评论(0) 推荐(0) 编辑
摘要:一篇不错的总结:https://zhuanlan.zhihu.com/p/31006686 阅读全文
posted @ 2017-11-17 13:11 牧马人夏峥 阅读(160) 评论(0) 推荐(0) 编辑
摘要:先安装anaconda 一条指令:conda install keras 就可以把keras,tensorflow装好。 阅读全文
posted @ 2017-09-19 11:15 牧马人夏峥 阅读(268) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示