收藏Faster R-CNN(目标检测)论文理解及代码理解非常棒的博客

代码使用:https://github.com/dBeker/Faster-RCNN-TensorFlow-Python3

学习资料,理解faster rcnn原理和代码理解

1.https://zhuanlan.zhihu.com/p/37998710

对应bilibili视频详细讲解了从rcnn->fast rcnn->faster rcnn->faster rcnn+fpn->faster rcnn+fpn+mask原理对比,好用的入门学习视频

2.https://zhuanlan.zhihu.com/p/31426458

此文讲解基于caffe的faster rcnn(vgg16),和用tensorflow实现的代码相似,框架和流程一致,个别变量名称不同,详细学习必读

3.https://blog.csdn.net/sinat_33486980/article/details/81099093

详尽讲了anchor的理解

4.https://www.jianshu.com/p/a223853f8402?tdsourcetag=s_pcqq_aiomsg

感谢该文的作者!分析了从vgg16到最终loss的函数流程讲解,与https://github.com/dBeker/Faster-RCNN-TensorFlow-Python3基本对应

5.https://www.cnblogs.com/darkknightzh/p/10043864.html

补充学习(还未仔细看),使用https://github.com/endernewton/tf-faster-rcnn

详尽的讲了每个函数的用途和重点网络框架

6.https://blog.csdn.net/jiongnima/article/details/79781792

补充学习(还未仔细看),代码旁有很详细的注释

感谢以上大佬的博客,收藏自己看,并且尽快帮助刚入门faster rcnn的小白尽快理解faster rcnn!

原文地址:https://www.cnblogs.com/juranus1412/p/12883146.html