Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 3 gadiem
pirms 3 gadiem
pirms 3 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 3 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
pirms 4 gadiem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. <div align="center">
  2. <p>
  3. <a align="left" href="https://ultralytics.com/yolov5" target="_blank">
  4. <img width="850" src="https://github.com/ultralytics/yolov5/releases/download/v1.0/splash.jpg"></a>
  5. </p>
  6. <br>
  7. <div>
  8. <a href="https://github.com/ultralytics/yolov5/actions"><img src="https://github.com/ultralytics/yolov5/workflows/CI%20CPU%20testing/badge.svg" alt="CI CPU testing"></a>
  9. <a href="https://zenodo.org/badge/latestdoi/264818686"><img src="https://zenodo.org/badge/264818686.svg" alt="YOLOv5 Citation"></a>
  10. <a href="https://hub.docker.com/r/ultralytics/yolov5"><img src="https://img.shields.io/docker/pulls/ultralytics/yolov5?logo=docker" alt="Docker Pulls"></a>
  11. <br>
  12. <a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb"><img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"></a>
  13. <a href="https://www.kaggle.com/ultralytics/yolov5"><img src="https://kaggle.com/static/images/open-in-kaggle.svg" alt="Open In Kaggle"></a>
  14. <a href="https://join.slack.com/t/ultralytics/shared_invite/zt-w29ei8bp-jczz7QYUmDtgo6r6KcMIAg"><img src="https://img.shields.io/badge/Slack-Join_Forum-blue.svg?logo=slack" alt="Join Forum"></a>
  15. </div>
  16. <br>
  17. <div align="center">
  18. <a href="https://github.com/ultralytics">
  19. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-github.png" width="2%"/>
  20. </a>
  21. <img width="2%" />
  22. <a href="https://www.linkedin.com/company/ultralytics">
  23. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-linkedin.png" width="2%"/>
  24. </a>
  25. <img width="2%" />
  26. <a href="https://twitter.com/ultralytics">
  27. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-twitter.png" width="2%"/>
  28. </a>
  29. <img width="2%" />
  30. <a href="https://youtube.com/ultralytics">
  31. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-youtube.png" width="2%"/>
  32. </a>
  33. <img width="2%" />
  34. <a href="https://www.facebook.com/ultralytics">
  35. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-facebook.png" width="2%"/>
  36. </a>
  37. <img width="2%" />
  38. <a href="https://www.instagram.com/ultralytics/">
  39. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-instagram.png" width="2%"/>
  40. </a>
  41. </div>
  42. <br>
  43. <p>
  44. YOLOv5 🚀 is a family of object detection architectures and models pretrained on the COCO dataset, and represents <a href="https://ultralytics.com">Ultralytics</a>
  45. open-source research into future vision AI methods, incorporating lessons learned and best practices evolved over thousands of hours of research and development.
  46. </p>
  47. <!--
  48. <a align="center" href="https://ultralytics.com/yolov5" target="_blank">
  49. <img width="800" src="https://github.com/ultralytics/yolov5/releases/download/v1.0/banner-api.png"></a>
  50. -->
  51. </div>
  52. ## <div align="center">Documentation</div>
  53. See the [YOLOv5 Docs](https://docs.ultralytics.com) for full documentation on training, testing and deployment.
  54. ## <div align="center">Quick Start Examples</div>
  55. <details open>
  56. <summary>Install</summary>
  57. [**Python>=3.6.0**](https://www.python.org/) is required with all
  58. [requirements.txt](https://github.com/ultralytics/yolov5/blob/master/requirements.txt) installed including
  59. [**PyTorch>=1.7**](https://pytorch.org/get-started/locally/):
  60. <!-- $ sudo apt update && apt install -y libgl1-mesa-glx libsm6 libxext6 libxrender-dev -->
  61. ```bash
  62. $ git clone https://github.com/ultralytics/yolov5
  63. $ cd yolov5
  64. $ pip install -r requirements.txt
  65. ```
  66. </details>
  67. <details open>
  68. <summary>Inference</summary>
  69. Inference with YOLOv5 and [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36). Models automatically download
  70. from the [latest YOLOv5 release](https://github.com/ultralytics/yolov5/releases).
  71. ```python
  72. import torch
  73. # Model
  74. model = torch.hub.load('ultralytics/yolov5', 'yolov5s') # or yolov5m, yolov5l, yolov5x, custom
  75. # Images
  76. img = 'https://ultralytics.com/images/zidane.jpg' # or file, Path, PIL, OpenCV, numpy, list
  77. # Inference
  78. results = model(img)
  79. # Results
  80. results.print() # or .show(), .save(), .crop(), .pandas(), etc.
  81. ```
  82. </details>
  83. <details>
  84. <summary>Inference with detect.py</summary>
  85. `detect.py` runs inference on a variety of sources, downloading models automatically from
  86. the [latest YOLOv5 release](https://github.com/ultralytics/yolov5/releases) and saving results to `runs/detect`.
  87. ```bash
  88. $ python detect.py --source 0 # webcam
  89. file.jpg # image
  90. file.mp4 # video
  91. path/ # directory
  92. path/*.jpg # glob
  93. 'https://youtu.be/NUsoVlDFqZg' # YouTube
  94. 'rtsp://example.com/media.mp4' # RTSP, RTMP, HTTP stream
  95. ```
  96. </details>
  97. <details>
  98. <summary>Training</summary>
  99. Run commands below to reproduce results
  100. on [COCO](https://github.com/ultralytics/yolov5/blob/master/data/scripts/get_coco.sh) dataset (dataset auto-downloads on
  101. first use). Training times for YOLOv5s/m/l/x are 2/4/6/8 days on a single V100 (multi-GPU times faster). Use the
  102. largest `--batch-size` your GPU allows (batch sizes shown for 16 GB devices).
  103. ```bash
  104. $ python train.py --data coco.yaml --cfg yolov5s.yaml --weights '' --batch-size 64
  105. yolov5m 40
  106. yolov5l 24
  107. yolov5x 16
  108. ```
  109. <img width="800" src="https://user-images.githubusercontent.com/26833433/90222759-949d8800-ddc1-11ea-9fa1-1c97eed2b963.png">
  110. </details>
  111. <details open>
  112. <summary>Tutorials</summary>
  113. * [Train Custom Data](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data)&nbsp; 🚀 RECOMMENDED
  114. * [Tips for Best Training Results](https://github.com/ultralytics/yolov5/wiki/Tips-for-Best-Training-Results)&nbsp; ☘️
  115. RECOMMENDED
  116. * [Weights & Biases Logging](https://github.com/ultralytics/yolov5/issues/1289)&nbsp; 🌟 NEW
  117. * [Roboflow for Datasets, Labeling, and Active Learning](https://github.com/ultralytics/yolov5/issues/4975)&nbsp; 🌟 NEW
  118. * [Multi-GPU Training](https://github.com/ultralytics/yolov5/issues/475)
  119. * [PyTorch Hub](https://github.com/ultralytics/yolov5/issues/36)&nbsp; ⭐ NEW
  120. * [TorchScript, ONNX, CoreML Export](https://github.com/ultralytics/yolov5/issues/251) 🚀
  121. * [Test-Time Augmentation (TTA)](https://github.com/ultralytics/yolov5/issues/303)
  122. * [Model Ensembling](https://github.com/ultralytics/yolov5/issues/318)
  123. * [Model Pruning/Sparsity](https://github.com/ultralytics/yolov5/issues/304)
  124. * [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607)
  125. * [Transfer Learning with Frozen Layers](https://github.com/ultralytics/yolov5/issues/1314)&nbsp; ⭐ NEW
  126. * [TensorRT Deployment](https://github.com/wang-xinyu/tensorrtx)
  127. </details>
  128. ## <div align="center">Environments</div>
  129. Get started in seconds with our verified environments. Click each icon below for details.
  130. <div align="center">
  131. <a href="https://colab.research.google.com/github/ultralytics/yolov5/blob/master/tutorial.ipynb">
  132. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-colab-small.png" width="15%"/>
  133. </a>
  134. <a href="https://www.kaggle.com/ultralytics/yolov5">
  135. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-kaggle-small.png" width="15%"/>
  136. </a>
  137. <a href="https://hub.docker.com/r/ultralytics/yolov5">
  138. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-docker-small.png" width="15%"/>
  139. </a>
  140. <a href="https://github.com/ultralytics/yolov5/wiki/AWS-Quickstart">
  141. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-aws-small.png" width="15%"/>
  142. </a>
  143. <a href="https://github.com/ultralytics/yolov5/wiki/GCP-Quickstart">
  144. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-gcp-small.png" width="15%"/>
  145. </a>
  146. </div>
  147. ## <div align="center">Integrations</div>
  148. <div align="center">
  149. <a href="https://wandb.ai/site?utm_campaign=repo_yolo_readme">
  150. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-wb-long.png" width="49%"/>
  151. </a>
  152. <a href="https://roboflow.com/?ref=ultralytics">
  153. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-roboflow-long.png" width="49%"/>
  154. </a>
  155. </div>
  156. |Weights and Biases|Roboflow - ⭐ NEW|
  157. |:-:|:-:|
  158. |Automatically track and visualize all your YOLOv5 training runs in the cloud with [Weights & Biases.](https://wandb.ai/site?utm_campaign=repo_yolo_readme)|Label and automatically export your custom datasets directly to YOLOv5 for training using [Roboflow](https://roboflow.com/?ref=ultralytics) |
  159. <!-- ## <div align="center">Compete and Win</div>
  160. We are super excited about our first-ever Ultralytics YOLOv5 🚀 EXPORT Competition with **$10,000** in cash prizes!
  161. <p align="center">
  162. <a href="https://github.com/ultralytics/yolov5/discussions/3213">
  163. <img width="850" src="https://github.com/ultralytics/yolov5/releases/download/v1.0/banner-export-competition.png"></a>
  164. </p> -->
  165. ## <div align="center">Why YOLOv5</div>
  166. <p align="center"><img width="800" src="https://user-images.githubusercontent.com/26833433/114313216-f0a5e100-9af5-11eb-8445-c682b60da2e3.png"></p>
  167. <details>
  168. <summary>YOLOv5-P5 640 Figure (click to expand)</summary>
  169. <p align="center"><img width="800" src="https://user-images.githubusercontent.com/26833433/114313219-f1d70e00-9af5-11eb-9973-52b1f98d321a.png"></p>
  170. </details>
  171. <details>
  172. <summary>Figure Notes (click to expand)</summary>
  173. * GPU Speed measures end-to-end time per image averaged over 5000 COCO val2017 images using a V100 GPU with batch size
  174. 32, and includes image preprocessing, PyTorch FP16 inference, postprocessing and NMS.
  175. * EfficientDet data from [google/automl](https://github.com/google/automl) at batch size 8.
  176. * **Reproduce** by
  177. `python val.py --task study --data coco.yaml --iou 0.7 --weights yolov5s6.pt yolov5m6.pt yolov5l6.pt yolov5x6.pt`
  178. </details>
  179. ### Pretrained Checkpoints
  180. [assets]: https://github.com/ultralytics/yolov5/releases
  181. |Model |size<br><sup>(pixels) |mAP<sup>val<br>0.5:0.95 |mAP<sup>test<br>0.5:0.95 |mAP<sup>val<br>0.5 |Speed<br><sup>V100 (ms) | |params<br><sup>(M) |FLOPs<br><sup>640 (B)
  182. |--- |--- |--- |--- |--- |--- |---|--- |---
  183. |[YOLOv5s][assets] |640 |36.7 |36.7 |55.4 |**2.0** | |7.3 |17.0
  184. |[YOLOv5m][assets] |640 |44.5 |44.5 |63.1 |2.7 | |21.4 |51.3
  185. |[YOLOv5l][assets] |640 |48.2 |48.2 |66.9 |3.8 | |47.0 |115.4
  186. |[YOLOv5x][assets] |640 |**50.4** |**50.4** |**68.8** |6.1 | |87.7 |218.8
  187. | | | | | | | | |
  188. |[YOLOv5s6][assets] |1280 |43.3 |43.3 |61.9 |**4.3** | |12.7 |17.4
  189. |[YOLOv5m6][assets] |1280 |50.5 |50.5 |68.7 |8.4 | |35.9 |52.4
  190. |[YOLOv5l6][assets] |1280 |53.4 |53.4 |71.1 |12.3 | |77.2 |117.7
  191. |[YOLOv5x6][assets] |1280 |**54.4** |**54.4** |**72.0** |22.4 | |141.8 |222.9
  192. | | | | | | | | |
  193. |[YOLOv5x6][assets] TTA |1280 |**55.0** |**55.0** |**72.0** |70.8 | |- |-
  194. <details>
  195. <summary>Table Notes (click to expand)</summary>
  196. * AP<sup>test</sup> denotes COCO [test-dev2017](http://cocodataset.org/#upload) server results, all other AP results
  197. denote val2017 accuracy.
  198. * AP values are for single-model single-scale unless otherwise noted. **Reproduce mAP**
  199. by `python val.py --data coco.yaml --img 640 --conf 0.001 --iou 0.65`
  200. * Speed<sub>GPU</sub> averaged over 5000 COCO val2017 images using a
  201. GCP [n1-standard-16](https://cloud.google.com/compute/docs/machine-types#n1_standard_machine_types) V100 instance, and
  202. includes FP16 inference, postprocessing and NMS. **Reproduce speed**
  203. by `python val.py --data coco.yaml --img 640 --conf 0.25 --iou 0.45 --half`
  204. * All checkpoints are trained to 300 epochs with default settings and hyperparameters (no autoaugmentation).
  205. * Test Time Augmentation ([TTA](https://github.com/ultralytics/yolov5/issues/303)) includes reflection and scale
  206. augmentation. **Reproduce TTA** by `python val.py --data coco.yaml --img 1536 --iou 0.7 --augment`
  207. </details>
  208. ## <div align="center">Contribute</div>
  209. We love your input! We want to make contributing to YOLOv5 as easy and transparent as possible. Please see
  210. our [Contributing Guide](CONTRIBUTING.md) to get started.
  211. ## <div align="center">Contact</div>
  212. For issues running YOLOv5 please visit [GitHub Issues](https://github.com/ultralytics/yolov5/issues). For business or
  213. professional support requests please visit [https://ultralytics.com/contact](https://ultralytics.com/contact).
  214. <br>
  215. <div align="center">
  216. <a href="https://github.com/ultralytics">
  217. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-github.png" width="3%"/>
  218. </a>
  219. <img width="3%" />
  220. <a href="https://www.linkedin.com/company/ultralytics">
  221. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-linkedin.png" width="3%"/>
  222. </a>
  223. <img width="3%" />
  224. <a href="https://twitter.com/ultralytics">
  225. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-twitter.png" width="3%"/>
  226. </a>
  227. <img width="3%" />
  228. <a href="https://youtube.com/ultralytics">
  229. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-youtube.png" width="3%"/>
  230. </a>
  231. <img width="3%" />
  232. <a href="https://www.facebook.com/ultralytics">
  233. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-facebook.png" width="3%"/>
  234. </a>
  235. <img width="3%" />
  236. <a href="https://www.instagram.com/ultralytics/">
  237. <img src="https://github.com/ultralytics/yolov5/releases/download/v1.0/logo-social-instagram.png" width="3%"/>
  238. </a>
  239. </div>