登录
首页 » Python » Faster-RCNN_TF-master (2)

Faster-RCNN_TF-master (2)

于 2020-10-12 发布 文件大小:634KB
0 145
下载积分: 1 下载次数: 25

代码说明:

  机器学习 关于 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.)

文件列表:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • dataPlotEdit
    说明:  Matlab GUI 编程。本例程可以载入一个Excel文件,显示在列表中,可动态编辑,并实时绘制在绘图框中。(MATLAB GUI programming. This routine can load an Excel file, display in the list, dynamically edit, and draw in the drawing box in real time.)
    2019-02-25 22:15:40下载
    积分:1
  • dianfanbao
    说明:  定时时间可设置,7219显示,输出开关量信号(Timing time can be set, 7219 display, output switching signal)
    2020-06-19 08:00:02下载
    积分:1
  • hologaphy_GitHub
    说明:  近场声全息数据和matlab程序,仿真效果好,达到成像的目的(Near - field acoustic holographic data and matlab program, the simulation effect is good, to achieve the purpose of imaging)
    2021-03-16 15:19:21下载
    积分:1
  • 一个数独解算器,它可以解决你进入游戏,在CLA赋值
    a sudoku solver, it can solve the sudoku you enter, an assignment in cla-a sudoku solver, it can solve the sudoku you enter, an assignment in class
    2022-03-02 23:51:13下载
    积分:1
  • 小白学SAS
    小白学SAS电子版,适读人群 :SAS用户,统计、数据分析领域的相关工作人员(sas Course, Readable population: SAS users, relevant staff in the field of statistics and data analysis)
    2020-06-18 03:40:01下载
    积分:1
  • gaussian_filter
    说明:  本文针对基于高斯分布的非线性滤波问题,开发并分析了实时和精确滤波器。我们提出了高斯滤波器的系统公式,并开发了高效和精确的数值积分。我们还讨论了混合高斯滤波器,其中条件概率密度由高斯分布之和近似。数值试验表明,新的滤波器在不增加额外费用的情况下显著地改善了扩展卡尔曼滤波器,并且新的高斯和滤波器具有接近最优的性能(In this paper we develop and analyze real-time and ac- curate filters for nonlinear filtering problems based on the Gaussian distributions. We present the systematic formulation of Gaussian filters and develop efficient and accurate numerical integration of the proposed filter. We also discuss the mixed Gaussian filters in which the conditional probability density is approximated by the sum of Gaussian distributions. Our numerical testings demonstrate that new filters significantly improve the extended Kalman filter with no additional cost and the new Gaussian sum filter .has a nearly optimal perfor- mance.)
    2020-03-29 07:48:07下载
    积分:1
  • 双向开关式Vienna
    说明:  基于双向开关管式的Vienna 拓扑的仿真,可实现基本功能。(Based on the simulation of the two-way switch-tube Vienna topology, the basic functions can be realized.)
    2020-06-18 02:00:02下载
    积分:1
  • FWM
    基于四波混频效应来实现全光逻辑门,有时域谱和频域谱,基于四阶龙格库塔法求解。(All optical logic gates are realized based on the four wave mixing effect, and sometimes the domain spectrum and frequency domain spectrum are solved based on the four order Runge Kutta method.)
    2020-09-13 14:17:59下载
    积分:1
  • ctovb
    VB实现将C++头文件转换为VB模块的源程序.(VB implementation will c++ header file is converted into a VB source program module.)
    2013-08-07 18:56:55下载
    积分:1
  • TYOPCClientSrc
    OPC Client 源代码,支持OPC 2.0 非常有参考价值(OPC Client source code, OPC 2.0 support is very useful)
    2009-01-23 20:49:46下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载