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