卖姑娘的小火柴


  • 首页

  • 关于

  • 标签

  • 分类

  • 归档

  • 公益

  • 搜索

fast-rcnn训练自己数据集以及demo代码解读和总结(面向fast-rcnn初学者)

发表于 2018-04-08 | 分类于 faster rcnn > fast rcnn
首先推荐 文章里面有讲如何安装fast-rcnn,以及编译。 fast-rcnn的地址:https://github.com/rbgirshick/fast-rcnn demo.py代码解读:1.获取参数类型得到训练的类型,找到它的porototxt和model。2.net=caffe.Net(c1,c2,c3)得到网络c1是porototxt,c2是model,c3固定。3.进入demo(网络 ...
阅读全文 »

faster rcnn修改demo.py保存网络中间结果

发表于 2018-04-08 | 分类于 faster rcnn > faster cnn源码理解
faster rcnn用python版本 https://github.com/rbgirshick/py-faster-rcnn 以demo.py中默认网络VGG16. 原本demo.py地址 [ https://github.com/rbgirshick/py-faster-rcnn/blob/master/tools/demo.py ](https://github.com/rbgi ...
阅读全文 »

faster rcnn源码解读总结

发表于 2018-04-08 | 分类于 faster rcnn > faster cnn源码理解
1. 初始数据通过imdb类的操作放在它的属性roidb里。 2. roidb只是一个字典,可以拿出来当做一个单独的字典,脱离imdb 。 3. roi_data_layer下的layer就是input-data。Forward中加载数据并控制一次一张图片的数据进入网络。送到rpn-data中三组数据: gt_boxes:大小(一张图片的xml中box个数, 5);一张图中box的坐标以及类别 ...
阅读全文 »

faster rcnn源码理解(二)之AnchorTargetLayer(网络中的rpn_data)

发表于 2018-04-08 | 分类于 faster rcnn > faster cnn源码理解
faster用python版本的 https://github.com/rbgirshick/py-faster-rcnn AnchorTargetLayer源码在 https://github.com/rbgirshick/py-faster-rcnn/blob/master/lib/rpn/anchor_target_layer.py 源码12345678910111213141516 ...
阅读全文 »

faster rcnn源码解读(三)train_faster_rcnn_alt_opt.py

发表于 2018-04-08 | 分类于 faster rcnn > faster cnn源码理解
faster用python版本的 https://github.com/rbgirshick/py-faster-rcnn train_faster_rcnn_alt_opt.py源码在 https://github.com/rbgirshick/py-faster-rcnn/blob/master/tools/train_faster_rcnn_alt_opt.py faster r ...
阅读全文 »

faster rcnn源码解读(五)之layer(网络里的input-data)

发表于 2018-04-08 | 分类于 faster rcnn > faster cnn源码理解
faster rcnn用python版本的 https://github.com/rbgirshick/py-faster-rcnn layer源码地址: https://github.com/rbgirshick/py-faster-rcnn/blob/master/lib/roi_data_layer/layer.py 源码1234567891011121314151617181920 ...
阅读全文 »

faster rcnn源码解读(六)之minibatch

发表于 2018-04-08 | 分类于 faster rcnn > faster cnn源码理解
faster rcnn用python版本的 https://github.com/rbgirshick/py-faster-rcnn minibatch源码: https://github.com/rbgirshick/py-faster-rcnn/blob/master/lib/roi_data_layer/minibatch.py 源码12345678910111213141516171 ...
阅读全文 »

faster rcnn源码解读(四)之数据类型imdb.py和pascal_voc.py(主要是imdb和roidb数据类型的解说)

发表于 2018-04-08 | 分类于 faster rcnn > faster cnn源码理解
faster用python版本的 https://github.com/rbgirshick/py-faster-rcnn imdb.py源码地址: https://github.com/rbgirshick/py-faster-rcnn/blob/master/lib/datasets/imdb.py imdb源码1234567891011121314151617181920212223 ...
阅读全文 »

hadoop1.2.1在linux中配置安装独立运行Standalone Operation,伪分布Pseudo-Distributed Operation,集群配置三种配置和测试

发表于 2018-04-08 | 分类于 hadoop
前言由于安装已经很长时间了,有些问题我已记不得太清,如果哪里有手误敬请指出。但是要记住遇到问题可以直接上网查,就算你不知道为什么有问题你让可以把报错的那句话复制直接查。 我这个大概适用的是1.X版本。要提醒各位,一定要学到东西,即使只是安装。不要犯直接复制别人代码ip/别人版本的问题!!! 安装 sun jdk要求不能安装这个一定要是sunjdk,否则后面会后问题. 安装 ssh(hadoo ...
阅读全文 »

ignore-resource-not-found和ignore-unresolvable

发表于 2018-04-08 | 分类于 spring
.ignore-resource-not-found和ignore-unresolvable两个属性是类似的作用(网上说推荐配对使用,但很少看到配对使用的) 如果location中的文件指向了一个不存在的文件(在没有指定上面两个参数的情况下,spring也并不会报错),那么也极有可能意味着有属性无法解析(虽然存在其他属性文件中存在重名,但是这个是应该避免的, 所以当ignore-resource ...
阅读全文 »
<i class="fa fa-angle-left"></i>1…8910…13<i class="fa fa-angle-right"></i>
Lily

Lily

127 日志
17 分类
75 标签
友情链接
  • wise wong
  • li fei
© 2020 Lily