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

Faster-RCNN_TF-master (2)

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

  • 在二叉树中查找值为X的结点,试设计打印值为X的结点的所有祖先的算法...
    在二叉树中查找值为X的结点,试设计打印值为X的结点的所有祖先的算法-In the binary tree to find a value of X, node, trial designed to print the value of X, all the ancestor nodes the algorithm
    2022-08-03 18:14:49下载
    积分:1
  • DynamicDataDisplay-example-master
    一款强大的图表框架,支持大数据图形显示(通过图片方式)(DynamicDataDisplay-example-master)
    2020-06-17 10:00:02下载
    积分:1
  • newton-raphson iteration method
    用newton-raphson法求解stewart平台运动学正解(Solving kinematics solution of Stewart Platform)
    2018-08-31 10:29:17下载
    积分:1
  • 程序可查询2003
    程序可查询2003-2022年共20年的日历-procedures for 2003-2022, a total of 20 calendar
    2022-04-06 23:00:22下载
    积分:1
  • XYRaclient
    非常好的管理类软件,各种功能非常齐全,欢迎使用!!!(Very good management class software, various functions are very complete, Welcome! ! !)
    2013-01-04 17:37:03下载
    积分:1
  • 农村水电费记帐录入,统计汇总,打印输出收费单据。可预存费用,也可欠费统计。...
    农村水电费记帐录入,统计汇总,打印输出收费单据。可预存费用,也可欠费统计。-Rural utilities account entry, statistical summary, printouts charging documents. Costs can be stored can also be Arrearage statistics.
    2022-02-27 08:53:15下载
    积分:1
  • IEEE33节点配电网Simulink模型
    说明:  IEEE33节点系统的simulink模型可以直接使用(Simulink model of IEEE33 node system can be used directly)
    2020-09-08 15:28:02下载
    积分:1
  • Delphi毕业设计 工资管理系统
    Delphi毕业设计 工资管理系统,具体来说是一套教师工资管理系统,功能模块:人员资料添加、人员删除管理、操作员管理、员工基本工资管理、员工浮动工资管理、工资发放管理、工资调整管理与报表管理等几大模块。界面方面做的也挺不错,作为一套Delphi版的学生毕业设计,我想应该过关了。   本套工资管理系统数据库基于SQLSERVER,备份文件在Database目录下。
    2023-01-31 23:40:04下载
    积分:1
  • WinCC管道流动效果
    西门子WinCC C脚本,呈现管道流动效果脚本。(Siemens WinCC C Script, Pipeline Flow)
    2019-05-15 12:07:27下载
    积分:1
  • 掩膜切割法
    说明:  掩膜切割相位解缠算法matlab程序,用于InSAR数据处理。(Matlab program of mask cutting phase unwrapping algorithm is used for InSAR Data processing.)
    2021-03-06 11:40:16下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载