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

Faster-RCNN_TF-master (2)

于 2020-10-12 发布 文件大小:634KB
0 199
下载积分: 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 个回复

  • 扫雷游戏 java编写, 速度很快 界面很好
    扫雷游戏 java编写, 速度很快 界面很好-mine prepared, very fast very good interface
    2022-03-04 03:39:16下载
    积分:1
  • mirserver
    说明:  自己收集珍藏的传世服务端,现在分享给大家,可以帮助学习写脚本的一些思路,里面有很多常用脚本可以借鉴!(Collection of their own collection of handed-down servers, now share with you, can help you learn to write scripts some ideas, there are many commonly used scripts can learn!)
    2019-06-28 09:21:25下载
    积分:1
  • SMES_BESS 储能变流器
    储能系统在微电网的运行控制中起到了重要的作用, 研究了超导磁储能和蓄电池储能系统的储能变流器在微电 网中的控制策略。基于比例积分(proportional-integral,PI) 控制的储能变流器已广泛应用于微电网中,以实现双向的功 率传输。然而,由于储能变流器具有高度的非线性和耦合性, PI 控制器无法实现令人满意的鲁棒性。因此提出了一种基 于互联和阻尼配置方法的能量成型控制策略,用于改善微电 网中混合储能系统储能变流器的鲁棒性。(Energy storage system plays an important role in operation and control of microgrid. Control strategies of converters of superconducting magnetic energy storage (SMES) system/battery hybrid energy storage system (HESS) in microgrid are studied in this paper. Energy storage converters are widely used in microgrid for achieving bidirectional power transmission based on proportional-integral (PI) method. However, PI controllers are not satisfactory in robustness due to high nonlinearity and coupling characteristics. Thus, this paper proposes an energy shaping (ES) control based on interconnection and damping assignment (IDA) to improve robustness of HESS converters in microgrid. Design process includes three steps: construction of port-controlled Hamiltonian (PCH) model, setting of desirable equilibrium and solution of energy matching equation.)
    2018-10-17 22:44:09下载
    积分:1
  • 一份完整的Hitech触摸屏编程资料,适合广大的初学者借鉴
    一份完整的Hitech触摸屏编程资料,适合广大的初学者借鉴-A complete Hitech touch-screen programming information, suitable for beginners learn the vast
    2022-08-03 01:42:45下载
    积分:1
  • xfoil m files
    说明:  matlab和xfoil之间的接口,直接通过运行matlab运行xfoil,输入翼型坐标数据得到翼型的气动参数。(The interface between MATLAB and xfoil can directly run xfoil by running matlab, and the aerodynamic parameters of airfoil can be obtained by inputting airfoil coordinate data.)
    2021-04-27 10:58:44下载
    积分:1
  • 主成分分析降维代码(直接调用版)
    说明:  主成分分析降维代码,完整版,可以直接放进matlab运行。(Principal component analysis dimension reduction code, complete version, can be directly put into Matlab to run.)
    2021-01-23 22:22:10下载
    积分:1
  • TCL2543电压表中的应用,能通讯的测量表,内存的分配
    TCL2543电压表中的应用,能通讯的测量表,内存的分配-TCL2543 voltage meter application that can communicate measurement tables, memory allocation
    2022-03-10 12:48:00下载
    积分:1
  • ProducerConsumerData 1
    简单的Labview计算器虚拟编程,使用生产者消费者模式(Simple Labview Calculator Virtual Programming)
    2019-04-16 11:13:25下载
    积分:1
  • my_testerBAT_v3
    tester li ion battery
    2017-06-19 09:27:18下载
    积分:1
  • stm32f103-rc522+hal
    main file with stm complete mfrc522 tested
    2019-02-23 13:41:28下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载