Caffe
文章平均质量分 83
**:天下第一
这个作者很懒,什么都没留下…
展开
-
Ubuntu16.04 安装 Caffe, opencv3, cuda8
1.1 install ubuntu 16.04 with win10 choose [UEFI both] 1.2 update download source 2 install caffe[https://github.com/BVLC/caffe/wiki/Ubuntu-16原创 2017-02-13 18:42:19 · 381 阅读 · 0 评论 -
Caffe Blobs
1.caffe blobs diff 是梯度 num 是数量 Blob数据维度为 number N x channel K x height H x width W原创 2017-02-15 11:06:23 · 461 阅读 · 0 评论 -
faster rcnn generate_anchors 源码理解
这里比较trick的就是_ratio_enum了,这里是要生成面积一样下,高宽比=0.5, 1, 2的所有矩形。 x是宽,x * x * 0.5 = area => x * x = area * 2 def _ratio_enum(anchor, ratios): """ Enumerate a set of anchors for each aspect ratio wrt an原创 2018-02-07 13:58:35 · 357 阅读 · 0 评论