Faster-RCNN-with-torchvision:使用Torchvision重新实现Faster-rcnn

时间:2024-05-24 12:34:52
【文件属性】:

文件名称:Faster-RCNN-with-torchvision:使用Torchvision重新实现Faster-rcnn

文件大小:3.45MB

文件格式:ZIP

更新时间:2024-05-24 12:34:52

Python

Faster-RCNN-with-torchvision 通过pytorch torchvision官方提供的模块构建Faster-RCNN,供检测及学习使用。 代码博客解析地址: 模型地址: 安装 代码及环境搭建 $ git clone https://github.com/supernotman/Faster-RCNN-with-torchvision.git $ cd Faster-RCNN-with-torchvision/ $ sudo pip install -r requirements.txt 数据准备 目前代码仅支持coco数据集的训练 下载coco2017数据集 下载后数据集文件结构如下: coco/ 2017/ annotations/ test2017/ train2017/ val2017/ 训练及测试


【文件预览】:
Faster-RCNN-with-torchvision-master
----engine.py(4KB)
----train.py(7KB)
----imgs()
--------2.jpg(155KB)
--------11.jpg(142KB)
--------8.jpg(156KB)
--------6.jpg(153KB)
--------1.jpg(110KB)
--------4.jpg(242KB)
--------5.jpg(204KB)
--------9.jpg(133KB)
--------10.jpg(181KB)
--------7.jpg(137KB)
--------3.jpg(183KB)
----coco_names.py(1KB)
----detect.py(2KB)
----utils.py(10KB)
----requirements.txt(115B)
----dataset()
--------coco_utils.py(9KB)
--------coco.py(4KB)
--------__init__.py(66B)
--------group_by_aspect_ratio.py(7KB)
--------coco_eval.py(12KB)
--------transforms.py(1KB)
----assets()
--------2.jpg(112KB)
--------11.jpg(168KB)
--------8.jpg(188KB)
--------6.jpg(183KB)
--------1.jpg(127KB)
--------4.jpg(185KB)
--------5.jpg(171KB)
--------9.jpg(147KB)
--------10.jpg(193KB)
--------7.jpg(120KB)
--------3.jpg(142KB)
----README.md(2KB)

网友评论