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

Faster-RCNN_TF-master (2)

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

  • VS2008pojie
    描述怎么破解VS2008团队版只能用3个月的情况,本人试过,可行性100 (Describes how crack VS2008 Team Edition can only be used 3 months of the situation, I tried, the feasibility of 100 )
    2009-12-09 17:13:48下载
    积分:1
  • 风浪仿真
    说明:  风浪仿真的代码 主要是随机激励下的振动(The code of wind wave simulation is mainly vibration under random excitation)
    2020-07-04 20:53:05下载
    积分:1
  • K型热电偶MAX6675的驱动程序
    K型热电偶MAX6675的驱动程序,此驱动部分已经在产品中使用(K type thermocouple MAX6675 driver, the driver section has been used in the product)
    2019-04-11 10:59:51下载
    积分:1
  • English
    basic english sentence patterns
    2019-06-17 16:50:41下载
    积分:1
  • 学习C++和多项式加法乘法
    初学C++ 实现多项式的乘法和加法-learning C++ and the multiplication of polynomials Adder
    2022-04-30 22:00:09下载
    积分:1
  • 你好世界java编程
    hello world java programming -hello world java programming
    2022-02-05 05:27:13下载
    积分:1
  • 易语言窗口工具隐藏强度,修改窗口标题,窗口标题,…
    易语言窗口工具,可强力隐藏,修改窗口标题,删除窗口标题等,无模块-Yi language window tool hidden strength, modify the window title, window title, such as delete, no module
    2022-08-25 17:04:46下载
    积分:1
  • GIMP_User_Manual_cn
    GIMP中文手册 (Chinese GIMP manual)
    2009-07-14 11:09:38下载
    积分:1
  • EKF-python code
    说明:  本代码为基于扩展卡尔曼滤波的多传感器融合程序仿真,内附数据。(This code is a simulation of multi-sensor fusion program based on extended Kalman filter, with data attached.)
    2020-06-16 15:20:02下载
    积分:1
  • TFTTEST
    这只是一个空的项目工程,MCU IC为STM32F103ZCT6(144PIN),为方便建项目工程提供方便。(This is only an empty project. MCU IC provides convenience for STM32F103ZCT6 (144PIN) to facilitate the construction of the project.)
    2020-06-20 15:00:01下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 31今日下载