PyTorch-YOLOv3:YOLOv3的最小PyTorch实现

上传者: 42172972 | 上传时间: 2021-07-13 12:01:26 | 文件大小: 2.72MB | 文件类型: ZIP
PyTorch-YOLOv3 YOLOv3的最小PyTorch实现,并支持训练,推断和评估。 安装 从源安装 为了进行正常的培训和评估,我们建议使用诗歌虚拟环境从源头安装软件包。 git clone https://github.com/eriklindernoren/PyTorch-YOLOv3 cd PyTorch-YOLOv3/ pip3 install poetry --user poetry install 您需要在运行以下任何不带poetry run前缀的命令之前,通过在此目录中运行poetry shell来加入虚拟环境。 如果您想在各处使用命令而无需打开诗歌外壳,请同时查看其他安装方法。 下载预先训练的体重 ./weights/download_weights.sh 下载COCO ./data/get_coco_dataset.sh 通过点子安装 如果要将此软件包用作

文件下载

资源详情

[{"title":"( 50 个子文件 2.72MB ) PyTorch-YOLOv3:YOLOv3的最小PyTorch实现","children":[{"title":"PyTorch-YOLOv3-master","children":[{"title":".github","children":[{"title":"ISSUE_TEMPLATE","children":[{"title":"3_feature_request.md <span style='color:#111;'> 656B </span>","children":null,"spread":false},{"title":"2_need_help.md <span style='color:#111;'> 508B </span>","children":null,"spread":false},{"title":"1_bug_report.md <span style='color:#111;'> 2.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"pull_request_template.md <span style='color:#111;'> 489B </span>","children":null,"spread":false},{"title":"workflows","children":[{"title":"main.yml <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"poetry.lock <span style='color:#111;'> 72.73KB </span>","children":null,"spread":false},{"title":"requirements.txt <span style='color:#111;'> 109B </span>","children":null,"spread":false},{"title":"weights","children":[{"title":"download_weights.sh <span style='color:#111;'> 408B </span>","children":null,"spread":false}],"spread":true},{"title":"pytorchyolo","children":[{"title":"train.py <span style='color:#111;'> 9.65KB </span>","children":null,"spread":false},{"title":"utils","children":[{"title":"utils.py <span style='color:#111;'> 12.53KB </span>","children":null,"spread":false},{"title":"datasets.py <span style='color:#111;'> 4.18KB </span>","children":null,"spread":false},{"title":"parse_config.py <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"loss.py <span style='color:#111;'> 9.98KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"transforms.py <span style='color:#111;'> 2.93KB </span>","children":null,"spread":false},{"title":"logger.py <span style='color:#111;'> 790B </span>","children":null,"spread":false},{"title":"augmentations.py <span style='color:#111;'> 742B </span>","children":null,"spread":false}],"spread":true},{"title":"test.py <span style='color:#111;'> 7.82KB </span>","children":null,"spread":false},{"title":"detect.py <span style='color:#111;'> 10.69KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"models.py <span style='color:#111;'> 12.26KB </span>","children":null,"spread":false}],"spread":true},{"title":"config","children":[{"title":"coco.data <span style='color:#111;'> 115B </span>","children":null,"spread":false},{"title":"create_custom_model.sh <span style='color:#111;'> 8.33KB </span>","children":null,"spread":false},{"title":"custom.data <span style='color:#111;'> 99B </span>","children":null,"spread":false},{"title":"yolov3.cfg <span style='color:#111;'> 8.14KB </span>","children":null,"spread":false},{"title":"yolov3-tiny.cfg <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 34.30KB </span>","children":null,"spread":false},{"title":"assets","children":[{"title":"traffic.png <span style='color:#111;'> 311.78KB </span>","children":null,"spread":false},{"title":"messi.png <span style='color:#111;'> 257.66KB </span>","children":null,"spread":false},{"title":"dog.png <span style='color:#111;'> 342.00KB </span>","children":null,"spread":false},{"title":"giraffe.png <span style='color:#111;'> 404.74KB </span>","children":null,"spread":false}],"spread":true},{"title":"README.md <span style='color:#111;'> 7.09KB </span>","children":null,"spread":false},{"title":"data","children":[{"title":"custom","children":[{"title":"labels","children":[{"title":"train.txt <span style='color:#111;'> 34B </span>","children":null,"spread":false}],"spread":true},{"title":"train.txt <span style='color:#111;'> 29B </span>","children":null,"spread":false},{"title":"images","children":[{"title":"train.jpg <span style='color:#111;'> 110.64KB </span>","children":null,"spread":false}],"spread":false},{"title":"valid.txt <span style='color:#111;'> 29B </span>","children":null,"spread":false},{"title":"classes.names <span style='color:#111;'> 6B </span>","children":null,"spread":false}],"spread":true},{"title":"samples","children":[{"title":"room.jpg <span style='color:#111;'> 83.00KB </span>","children":null,"spread":false},{"title":"street.jpg <span style='color:#111;'> 100.36KB </span>","children":null,"spread":false},{"title":"messi.jpg <span style='color:#111;'> 123.89KB </span>","children":null,"spread":false},{"title":"person.jpg <span style='color:#111;'> 76.92KB </span>","children":null,"spread":false},{"title":"field.jpg <span style='color:#111;'> 111.21KB </span>","children":null,"spread":false},{"title":"giraffe.jpg <span style='color:#111;'> 373.99KB </span>","children":null,"spread":false},{"title":"eagle.jpg <span style='color:#111;'> 138.56KB </span>","children":null,"spread":false},{"title":"dog.jpg <span style='color:#111;'> 159.92KB </span>","children":null,"spread":false},{"title":"herd_of_horses.jpg <span style='color:#111;'> 130.37KB </span>","children":null,"spread":false}],"spread":true},{"title":"coco.names <span style='color:#111;'> 625B </span>","children":null,"spread":false},{"title":"get_coco_dataset.sh <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 116B </span>","children":null,"spread":false},{"title":"pyproject.toml <span style='color:#111;'> 857B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明