Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Windows Develop Other
Title: Faster-RCNN_TF-master (2) Download
 Description: 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.
 Downloaders recently: [More information of uploader 郑凯杰 ]
 To Search:
File list (Check if you may need any files):
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

CodeBus www.codebus.net