YOLOv5主代码python

上传者: chu83866 | 上传时间: 2021-09-15 20:36:46 | 文件大小: 1006KB | 文件类型: ZIP
YOLOv5 主代码。YOLOv5 的表现要优于谷歌开源的目标检测框架 EfficientDet,尽管 YOLOv5 的开发者没有明确地将其与 YOLOv4 进行比较,但他们却声称 YOLOv5 能在 Tesla P100 上实现 140 FPS 的快速检测;相较而言,YOLOv4 的基准结果是在 50 FPS 速度下得到的.

文件下载

资源详情

[{"title":"( 54 个子文件 1006KB ) YOLOv5主代码python","children":[{"title":"yolov5-master","children":[{"title":".gitignore <span style='color:#111;'> 3.74KB </span>","children":null,"spread":false},{"title":"Dockerfile <span style='color:#111;'> 1.77KB </span>","children":null,"spread":false},{"title":"requirements.txt <span style='color:#111;'> 593B </span>","children":null,"spread":false},{"title":"data","children":[{"title":"voc.yaml <span style='color:#111;'> 735B </span>","children":null,"spread":false},{"title":"images","children":[{"title":"bus.jpg <span style='color:#111;'> 476.01KB </span>","children":null,"spread":false},{"title":"zidane.jpg <span style='color:#111;'> 164.99KB </span>","children":null,"spread":false}],"spread":true},{"title":"coco.yaml <span style='color:#111;'> 1.69KB </span>","children":null,"spread":false},{"title":"hyp.finetune.yaml <span style='color:#111;'> 846B </span>","children":null,"spread":false},{"title":"hyp.scratch.yaml <span style='color:#111;'> 1.53KB </span>","children":null,"spread":false},{"title":"scripts","children":[{"title":"get_coco.sh <span style='color:#111;'> 935B </span>","children":null,"spread":false},{"title":"get_voc.sh <span style='color:#111;'> 4.29KB </span>","children":null,"spread":false}],"spread":true},{"title":"coco128.yaml <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false}],"spread":true},{"title":".dockerignore <span style='color:#111;'> 3.52KB </span>","children":null,"spread":false},{"title":"models","children":[{"title":"experimental.py <span style='color:#111;'> 5.73KB </span>","children":null,"spread":false},{"title":"yolov5m.yaml <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"yolo.py <span style='color:#111;'> 12.03KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"hub","children":[{"title":"yolov5-panet.yaml <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"yolov3-spp.yaml <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"yolov5-fpn.yaml <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false}],"spread":true},{"title":"yolov5x.yaml <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"yolov5l.yaml <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"common.py <span style='color:#111;'> 9.99KB </span>","children":null,"spread":false},{"title":"export.py <span style='color:#111;'> 3.64KB </span>","children":null,"spread":false},{"title":"yolov5s.yaml <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false}],"spread":true},{"title":"LICENSE <span style='color:#111;'> 34.30KB </span>","children":null,"spread":false},{"title":".github","children":[{"title":"ISSUE_TEMPLATE","children":[{"title":"question.md <span style='color:#111;'> 140B </span>","children":null,"spread":false},{"title":"bug-report.md <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"feature-request.md <span style='color:#111;'> 737B </span>","children":null,"spread":false}],"spread":true},{"title":"workflows","children":[{"title":"stale.yml <span style='color:#111;'> 852B </span>","children":null,"spread":false},{"title":"ci-testing.yml <span style='color:#111;'> 2.77KB </span>","children":null,"spread":false},{"title":"rebase.yml <span style='color:#111;'> 542B </span>","children":null,"spread":false},{"title":"greetings.yml <span style='color:#111;'> 4.40KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"utils","children":[{"title":"google_app_engine","children":[{"title":"Dockerfile <span style='color:#111;'> 821B </span>","children":null,"spread":false},{"title":"additional_requirements.txt <span style='color:#111;'> 105B </span>","children":null,"spread":false},{"title":"app.yaml <span style='color:#111;'> 173B </span>","children":null,"spread":false}],"spread":true},{"title":"google_utils.py <span style='color:#111;'> 4.86KB </span>","children":null,"spread":false},{"title":"activations.py <span style='color:#111;'> 2.15KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 0B </span>","children":null,"spread":false},{"title":"datasets.py <span style='color:#111;'> 35.99KB </span>","children":null,"spread":false},{"title":"general.py <span style='color:#111;'> 17.46KB </span>","children":null,"spread":false},{"title":"metrics.py <span style='color:#111;'> 4.54KB </span>","children":null,"spread":false},{"title":"loss.py <span style='color:#111;'> 7.23KB </span>","children":null,"spread":false},{"title":"plots.py <span style='color:#111;'> 15.48KB </span>","children":null,"spread":false},{"title":"torch_utils.py <span style='color:#111;'> 9.34KB </span>","children":null,"spread":false},{"title":"autoanchor.py <span style='color:#111;'> 6.55KB </span>","children":null,"spread":false}],"spread":false},{"title":"README.md <span style='color:#111;'> 10.66KB </span>","children":null,"spread":false},{"title":"test.py <span style='color:#111;'> 14.95KB </span>","children":null,"spread":false},{"title":"weights","children":[{"title":"download_weights.sh <span style='color:#111;'> 228B </span>","children":null,"spread":false}],"spread":true},{"title":"tutorial.ipynb <span style='color:#111;'> 381.05KB </span>","children":null,"spread":false},{"title":"hubconf.py <span style='color:#111;'> 3.90KB </span>","children":null,"spread":false},{"title":".gitattributes <span style='color:#111;'> 75B </span>","children":null,"spread":false},{"title":"detect.py <span style='color:#111;'> 7.75KB </span>","children":null,"spread":false},{"title":"train.py <span style='color:#111;'> 29.15KB </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

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