zoukankan      html  css  js  c++  java
  • 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 (分类错误)

    修改代码部分链接:

  • 相关阅读:
    PHP数组处理总结
    设计模式之-工厂模式理解
    我的世界观
    编程入门
    2019 新的一年
    placeholder 不支持ie8
    2018年8月20日
    HttpClientUtil
    通用mapper
    small_demo
  • 原文地址:https://www.cnblogs.com/liutianrui1/p/10566902.html
Copyright © 2011-2022 走看看