Faster RCNN

1.https://blog.csdn.net/qq_17448289/article/details/52871461 (详细原理!)

2. https://blog.csdn.net/tuoyakan9097/article/details/81782257       (跑通程序)

3. https://blog.csdn.net/tuoyakan9097/article/details/82528245  (训练自己数据)

4.https://github.com/tensorflow/models/tree/master/research/slim#pre-trained-models(各种网络模型下载)

5. https://blog.csdn.net/duanyajun987/article/details/81507656 (制作自己的数据集)

6. https://blog.csdn.net/sinat_30071459/article/details/50723212 (命名代码)

7. https://blog.csdn.net/ouyangfushu/article/details/79543575 (coco ->voc)

8. http://cocodataset.org/#download (coco数据集下载,需要翻墙) 

9.https://blog.csdn.net/hongxingabc/article/details/79048531(Faster-RCNN训练自己数据集遇到的问题集锦,重要!!!)

10. https://blog.csdn.net/zcy0xy/article/details/79614862 (分类错误)

修改代码部分链接:

原文地址:https://www.cnblogs.com/liutianrui1/p/10566902.html