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

Faster-RCNN_TF-master (2)

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

  • fangzhen
    基于模糊自适应pid的电机矢量控制,通过使用模糊自适应pid提高了电机的控制性能(Based on fuzzy adaptive pid motor vector control, the control performance of the motor is improved by using fuzzy adaptive pid)
    2017-04-13 14:57:23下载
    积分:1
  • 这是一个下推自动机的模拟程序为完成作业而写,仅仅为实现算法没有界面演示...
    这是一个下推自动机的模拟程序为完成作业而写,仅仅为实现算法没有界面演示-This is a pushdown automata simulation operating procedures for the completion of writing, only to realize no algorithm interface demo
    2022-01-21 20:48:02下载
    积分:1
  • DAY_SUM_CTL
    数据汇总 ,对数据量比较大的数据进行汇总,分析 ,比对(Data collection, data larger than the data aggregation, analysis, comparison)
    2009-03-05 02:09:27下载
    积分:1
  • 2000Pips_M1andM5
    说明:  2000 Pips _ M1 and M5 EA
    2020-06-24 04:20:01下载
    积分:1
  • harmonic-analysis
    经典的潮汐分析方法,在引用这一分析原理时,首先把实测潮位记录中的各分潮(如太阴分潮系、太阳分潮系等)分离出来,再进行调和分析。求出每一分潮的振幅和位相角,再经天文因素订正后,即得该分潮的调和常数。用潮汐调和分析可推算一定期间内的潮汐变化和分析该区的潮汐性质。(Classical tidal analysis methods, in applying the principle of this analysis, the first record of the measured tide in the sub-tidal (such as the Department of Taiyin tide, solar tide line, etc.) separated from the harmonic analysis further. Calculated for each sub-wave amplitude and phase angle, and then revised by the astronomical factors that have to reconcile the sub-tidal constants. Using tidal harmonic analysis can be projected a certain period of time the tides change and analysis of the tidal nature of the area.)
    2008-08-07 12:11:11下载
    积分:1
  • test3
    二极管箝位式三电平逆变器。NPC三电平逆变器,绝对可以打开,我自己把负载什么的都调整好了。(Diode clamped three-level inverter.)
    2020-12-18 21:49:10下载
    积分:1
  • Jiangxi eighteenth Undergraduate Electronic Design Contest group
    江西省第十八届本科组自选电子设计竞赛试题-Jiangxi eighteenth Undergraduate Electronic Design Contest group-on-demand test
    2022-03-18 13:42:32下载
    积分:1
  • PE-GAMP-master
    Generalized approximage message passing with built-in parameter estimation论文代码(The simulation for Generalized approximage message passing with built-in parameter estimation)
    2020-11-29 14:39:29下载
    积分:1
  • Java版蜀山剑侠传游戏源代码
    Java版蜀山剑侠传游戏源代码,运行在手机端的j2me游戏,前两年比较流行这种j2me游戏,虽然现在都Android了,但对于JAVA来说,基本的思路和框架没有变,因此学习这些比较早的游戏源码,可帮助新手尽快掌握Java的基本编程要领,对编写出更强大的Android游戏有帮助。
    2022-01-26 02:54:27下载
    积分:1
  • mm maj akvjak
    请认真阅读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间都花费在为您修正说明上。压缩包解压时不能有密码。-mm maj akvjak
    2023-04-24 12:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载