首页 星云 工具 资源 星选 资讯 热门工具
:

PDF转图片 完全免费 小红书视频下载 无水印 抖音视频下载 无水印 数字星空

FasterRcnn.zip

人工智能 25.54MB 12 需要积分: 1
立即下载

资源介绍:

FasterRcnn的代码复现

资源文件列表:

FasterRcnn.zip 大约有84个文件
  1. FasterRcnn/
  2. FasterRcnn/backbone/
  3. FasterRcnn/backbone/EfficeientNet.py 16.97KB
  4. FasterRcnn/backbone/__init__.py 190B
  5. FasterRcnn/backbone/__pycache__/
  6. FasterRcnn/backbone/__pycache__/EfficeientNet.cpython-38.pyc 12.44KB
  7. FasterRcnn/backbone/__pycache__/__init__.cpython-38.pyc 397B
  8. FasterRcnn/backbone/__pycache__/mobilenetv2_model.cpython-38.pyc 3.84KB
  9. FasterRcnn/backbone/__pycache__/resnet101_fpn_model.cpython-38.pyc 11.6KB
  10. FasterRcnn/backbone/__pycache__/resnet152_fpn_model.cpython-38.pyc 11.6KB
  11. FasterRcnn/backbone/__pycache__/resnet50_fpn_model.cpython-38.pyc 11.47KB
  12. FasterRcnn/backbone/__pycache__/utils.cpython-38.pyc 18.99KB
  13. FasterRcnn/backbone/mobilenetv2_model.py 4.42KB
  14. FasterRcnn/backbone/resnet101_fpn_model.py 15.21KB
  15. FasterRcnn/backbone/resnet152_fpn_model.py 15.32KB
  16. FasterRcnn/backbone/resnet50_fpn_model.py 14.71KB
  17. FasterRcnn/backbone/utils.py 24.27KB
  18. FasterRcnn/backbone/vgg_model.py 2.43KB
  19. FasterRcnn/car_class.json 16B
  20. FasterRcnn/draw_box_utils.py 4.73KB
  21. FasterRcnn/fasterRCNN.png 57.81KB
  22. FasterRcnn/img_1test_result.jpg 30.92KB
  23. FasterRcnn/imgtest_result.jpg 59.49KB
  24. FasterRcnn/my_dataset.py 6.51KB
  25. FasterRcnn/my_transforms.py 1.04KB
  26. FasterRcnn/network_files/
  27. FasterRcnn/network_files/__init__.py
  28. FasterRcnn/network_files/__pycache__/
  29. FasterRcnn/network_files/__pycache__/__init__.cpython-38.pyc 168B
  30. FasterRcnn/network_files/__pycache__/boxes.cpython-38.pyc 5KB
  31. FasterRcnn/network_files/__pycache__/det_utils.cpython-38.pyc 10.42KB
  32. FasterRcnn/network_files/__pycache__/faster_rcnn_framework.cpython-38.pyc 12.46KB
  33. FasterRcnn/network_files/__pycache__/image_list.cpython-38.pyc 1.13KB
  34. FasterRcnn/network_files/__pycache__/roi_head.cpython-38.pyc 8.75KB
  35. FasterRcnn/network_files/__pycache__/rpn_function.cpython-38.pyc 17.11KB
  36. FasterRcnn/network_files/__pycache__/transform.cpython-38.pyc 8.1KB
  37. FasterRcnn/network_files/boxes.py 6.13KB
  38. FasterRcnn/network_files/det_utils.py 16.35KB
  39. FasterRcnn/network_files/faster_rcnn_framework.py 16.67KB
  40. FasterRcnn/network_files/image_list.py 848B
  41. FasterRcnn/network_files/roi_head.py 17.06KB
  42. FasterRcnn/network_files/rpn_function.py 28.58KB
  43. FasterRcnn/network_files/transform.py 11.21KB
  44. FasterRcnn/pascal_voc_classes.json 348B
  45. FasterRcnn/plot_curve.py 1.37KB
  46. FasterRcnn/predict.py 3.8KB
  47. FasterRcnn/predict_Car.py 3.79KB
  48. FasterRcnn/record.txt 9.62KB
  49. FasterRcnn/record_mAP.txt 1.74KB
  50. FasterRcnn/requirements.txt 122B
  51. FasterRcnn/save_weights/
  52. FasterRcnn/split_data.py 962B
  53. FasterRcnn/test.py 1.95KB
  54. FasterRcnn/test_image/
  55. FasterRcnn/test_image/img.png 628.99KB
  56. FasterRcnn/test_image/img_1.png 265.67KB
  57. FasterRcnn/test_images/
  58. FasterRcnn/test_images/-5df19652c29924a1.jpg 65.62KB
  59. FasterRcnn/test_images/1612150640332.jpeg 32.46KB
  60. FasterRcnn/test_images/5668b4c66bfbe7a0.jpg 2.21MB
  61. FasterRcnn/test_images/583f163a66be9af6.jpg 108.15KB
  62. FasterRcnn/test_images/img.png 330.44KB
  63. FasterRcnn/test_images/img_1.png 19.5MB
  64. FasterRcnn/test_images/img_2.png 752.72KB
  65. FasterRcnn/test_images/img_3.png 1.4MB
  66. FasterRcnn/train_mobilenetv2.py 7.05KB
  67. FasterRcnn/train_multi_GPU.py 9.52KB
  68. FasterRcnn/train_res101_fpn.py 6.98KB
  69. FasterRcnn/train_res152_fpn.py 7.11KB
  70. FasterRcnn/train_res50_fpn.py 7.87KB
  71. FasterRcnn/train_utils/
  72. FasterRcnn/train_utils/__pycache__/
  73. FasterRcnn/train_utils/__pycache__/coco_eval.cpython-38.pyc 9.42KB
  74. FasterRcnn/train_utils/__pycache__/coco_utils.cpython-38.pyc 1.63KB
  75. FasterRcnn/train_utils/__pycache__/distributed_utils.cpython-38.pyc 9.81KB
  76. FasterRcnn/train_utils/__pycache__/train_eval_utils.cpython-38.pyc 4.2KB
  77. FasterRcnn/train_utils/__pycache__/transforms.cpython-38.pyc 1.69KB
  78. FasterRcnn/train_utils/coco_eval.py 11.72KB
  79. FasterRcnn/train_utils/coco_utils.py 1.79KB
  80. FasterRcnn/train_utils/distributed_utils.py 10.37KB
  81. FasterRcnn/train_utils/group_by_aspect_ratio.py 7.36KB
  82. FasterRcnn/train_utils/train_eval_utils.py 4.39KB
  83. FasterRcnn/train_utils/transforms.py 1.04KB
  84. FasterRcnn/validation.py 7.83KB
0评论
提交 加载更多评论
其他资源 网上购物系统ssh
网上购物系统ssh毕业设计
32个uniapp项目源码 涵盖商城团购等
源码列表: IT之家小程序版客户端(使用 Mpvue 开发,兼容 Web)ithome-lite-master.zip mpvue 仿网易严选mpvue-shop-master.zip mpvue-音乐播放器mpvue-music-master.zip mpvue性能测试与体验miniweibo-master.zip mpvue改造的日历.zip mpvue框架仿滴滴出行didi-master.zip mpVue高仿美团小程序教程mpvue-meituan-master.zip uni APP自动更新并安装.vue uni-app nvue沉浸式状态栏(线性渐变色).vue uni-app 二维码生成器分享wxqrcode.zip uni-app 侧边导航分类,适合商品分类页面uni-app-left-navigation-master.zip uni-app 自定义底部导航栏uni-app-bottom-navigation-master.zip uni-app全局变量的几种实现方式.zip uni-app的markdown富文本编辑器插件uniapp-
Redis 数据库 安装、配置、访问资源
【Redis】Redis 数据库 安装、配置、访问 ( Redis 简介 | 下载 Redis 安装包 | 安装 Redis 数据库 | 命令行访问 Redis | 使用可视化工具访问 Redis ) https://hanshuliang.blog.csdn.net/article/details/128945441 博客资源快照 001_Linux安装包 002_Windows安装包 003_可视化工具_Redis Desktop Manager
Android XMPP例子(Openfire+asmack+spark)
Android XMPP例子(Openfire+asmack+spark)
NetFx3.cab离线包
免积分就可以下载哈,解压即可使用
CANdb++Admin完整安装包
CANdb++是汽车CAN总线DBC文件的编辑软件,既可以用其来打开DBC文件,也可自行进行编译,适用于从事汽车行业的相关人员。
VxTerm 世界范围内第一个可以做到全自动化运维的强大的Telnet、SSH、Serial、MUD远程连接远程终端运维工具
VxTerm应该算是唯一一个成功国产化的SSH工具了吧? ----------------------------------------------------------------------- VxTerm现在集以下特点于一身: 1、内置触发器,可以根据屏幕和收到的信息内容触发指定的脚本 2、内置VxMatScript脚本,可以不需要在您的工作环境中再安装配置各种第三方的运行环境! 3、无依赖、单文件、纯绿色,无需安装,就一个文件就可以运行 4、多线程、多窗口、多会话 5、国产的!免费的!无任何功能限制!不需要注册!不需要破解! 6、Telnet、SSH、Serial、SFTP、以后可能会增加更多的协议,包括但不限于:rdp、VNC、X、ftp、http等等等等 7、支持SSH隧道。支持Private/Public Key无密码登录验证。 8、支持保护配置文件中的密码功能,会话配置文件在非本机环境中无法使用。 VxTerm是目前唯一一个可以以一个文件的方式助您完成全自动化运维的超级工具!
NPPJSONViewer.zip
NodePad++ JSON格式化插件