文件名称:Faster-RCNN_TF-master (2)

  • 所属分类:
  • 其他小程序
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2017-08-01
  • 文件大小:
  • 634kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • zkjq*****
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

机器学习 关于 faster r-cnn 进行object detection(This is an experimental Tensorflow implementation of Faster RCNN - a convnet for object detection with a region proposal network. For details about R-CNN please refer to the paper Faster R-CNN: Towards Real-Time Object Detection with Region Proposal Networks by Shaoqing Ren, Kaiming He, Ross Girshick, Jian Sun.)
相关搜索: python/tensor-flow

(系统自动生成,下载前可以参看下载内容)

下载文件列表

Faster-RCNN_TF-master

Faster-RCNN_TF-master\.gitignore

Faster-RCNN_TF-master\LICENSE

Faster-RCNN_TF-master\README.md

Faster-RCNN_TF-master\data

Faster-RCNN_TF-master\data\__init__.py

Faster-RCNN_TF-master\data\demo

Faster-RCNN_TF-master\data\demo\000456.jpg

Faster-RCNN_TF-master\data\demo\000542.jpg

Faster-RCNN_TF-master\data\demo\001150.jpg

Faster-RCNN_TF-master\data\demo\001763.jpg

Faster-RCNN_TF-master\data\demo\004545.jpg

Faster-RCNN_TF-master\experiments

Faster-RCNN_TF-master\experiments\README.md

Faster-RCNN_TF-master\experiments\cfgs

Faster-RCNN_TF-master\experiments\cfgs\faster_rcnn_alt_opt.yml

Faster-RCNN_TF-master\experiments\cfgs\faster_rcnn_end2end.yml

Faster-RCNN_TF-master\experiments\cfgs\kitti_rcnn.yml

Faster-RCNN_TF-master\experiments\scripts

Faster-RCNN_TF-master\experiments\scripts\faster_rcnn_end2end.sh

Faster-RCNN_TF-master\lib

Faster-RCNN_TF-master\lib\Makefile

Faster-RCNN_TF-master\lib\datasets

Faster-RCNN_TF-master\lib\datasets\__init__.py

Faster-RCNN_TF-master\lib\datasets\coco.py

Faster-RCNN_TF-master\lib\datasets\ds_utils.py

Faster-RCNN_TF-master\lib\datasets\factory.py

Faster-RCNN_TF-master\lib\datasets\imagenet3d.py

Faster-RCNN_TF-master\lib\datasets\imdb.py

Faster-RCNN_TF-master\lib\datasets\imdb2.py

Faster-RCNN_TF-master\lib\datasets\kitti.py

Faster-RCNN_TF-master\lib\datasets\kitti_tracking.py

Faster-RCNN_TF-master\lib\datasets\nissan.py

Faster-RCNN_TF-master\lib\datasets\nthu.py

Faster-RCNN_TF-master\lib\datasets\pascal3d.py

Faster-RCNN_TF-master\lib\datasets\pascal_voc.py

Faster-RCNN_TF-master\lib\datasets\pascal_voc2.py

Faster-RCNN_TF-master\lib\datasets\voc_eval.py

Faster-RCNN_TF-master\lib\fast_rcnn

Faster-RCNN_TF-master\lib\fast_rcnn\__init__.py

Faster-RCNN_TF-master\lib\fast_rcnn\bbox_transform.py

Faster-RCNN_TF-master\lib\fast_rcnn\config.py

Faster-RCNN_TF-master\lib\fast_rcnn\nms_wrapper.py

Faster-RCNN_TF-master\lib\fast_rcnn\test.py

Faster-RCNN_TF-master\lib\fast_rcnn\train.py

Faster-RCNN_TF-master\lib\gt_data_layer

Faster-RCNN_TF-master\lib\gt_data_layer\__init__.py

Faster-RCNN_TF-master\lib\gt_data_layer\layer.py

Faster-RCNN_TF-master\lib\gt_data_layer\minibatch.py

Faster-RCNN_TF-master\lib\gt_data_layer\roidb.py

Faster-RCNN_TF-master\lib\make.sh

Faster-RCNN_TF-master\lib\networks

Faster-RCNN_TF-master\lib\networks\.VGGnet.py.swo

Faster-RCNN_TF-master\lib\networks\VGGnet_test.py

Faster-RCNN_TF-master\lib\networks\VGGnet_train.py

Faster-RCNN_TF-master\lib\networks\__init__.py

Faster-RCNN_TF-master\lib\networks\factory.py

Faster-RCNN_TF-master\lib\networks\network.py

Faster-RCNN_TF-master\lib\nms

Faster-RCNN_TF-master\lib\nms\.gitignore

Faster-RCNN_TF-master\lib\nms\__init__.py

Faster-RCNN_TF-master\lib\nms\cpu_nms.pyx

Faster-RCNN_TF-master\lib\nms\gpu_nms.hpp

Faster-RCNN_TF-master\lib\nms\gpu_nms.pyx

Faster-RCNN_TF-master\lib\nms\nms_kernel.cu

Faster-RCNN_TF-master\lib\nms\py_cpu_nms.py

Faster-RCNN_TF-master\lib\roi_data_layer

Faster-RCNN_TF-master\lib\roi_data_layer\__init__.py

Faster-RCNN_TF-master\lib\roi_data_layer\layer.py

Faster-RCNN_TF-master\lib\roi_data_layer\minibatch.py

Faster-RCNN_TF-master\lib\roi_data_layer\minibatch2.py

Faster-RCNN_TF-master\lib\roi_data_layer\roidb.py

Faster-RCNN_TF-master\lib\roi_data_layer\roidb2.py

Faster-RCNN_TF-master\lib\roi_pooling_layer

Faster-RCNN_TF-master\lib\roi_pooling_layer\__init__.py

Faster-RCNN_TF-master\lib\roi_pooling_layer\roi_pooling_op.cc

Faster-RCNN_TF-master\lib\roi_pooling_layer\roi_pooling_op.py

Faster-RCNN_TF-master\lib\roi_pooling_layer\roi_pooling_op_gpu.cu.cc

Faster-RCNN_TF-master\lib\roi_pooling_layer\roi_pooling_op_gpu.h

Faster-RCNN_TF-master\lib\roi_pooling_layer\roi_pooling_op_grad.py

Faster-RCNN_TF-master\lib\roi_pooling_layer\roi_pooling_op_test.py

Faster-RCNN_TF-master\lib\roi_pooling_layer\work_sharder.h

Faster-RCNN_TF-master\lib\rpn_msr

Faster-RCNN_TF-master\lib\rpn_msr\__init__.py

Faster-RCNN_TF-master\lib\rpn_msr\anchor_target_layer.py

Faster-RCNN_TF-master\lib\rpn_msr\anchor_target_layer_tf.py

Faster-RCNN_TF-master\lib\rpn_msr\generate.py

Faster-RCNN_TF-master\lib\rpn_msr\generate_anchors.py

Faster-RCNN_TF-master\lib\rpn_msr\proposal_layer.py

Faster-RCNN_TF-master\lib\rpn_msr\proposal_layer_tf.py

Faster-RCNN_TF-master\lib\rpn_msr\proposal_target_layer_tf.py

Faster-RCNN_TF-master\lib\setup.py

Faster-RCNN_TF-master\lib\utils

Faster-RCNN_TF-master\lib\utils\.gitignore

Faster-RCNN_TF-master\lib\utils\__init__.py

Faster-RCNN_TF-master\lib\utils\bbox.pyx

Faster-RCNN_TF-master\lib\utils\blob.py

Faster-RCNN_TF-master\lib\utils\boxes_grid.py

Faster-RCNN_TF-master\lib\utils\nms.py

Faster-RCNN_TF-master\lib\utils\nms.pyx

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org