Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

main.html 921 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  1. <!--Ultralytics YOLO 🚀, AGPL-3.0 license-->
  2. {% extends "base.html" %}
  3. {% block announce %}
  4. <a
  5. href="https://github.com/ultralytics/ultralytics/releases/tag/v8.2.0"
  6. target="_blank"
  7. class="banner-wrapper"
  8. >
  9. <img
  10. src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb78d08408c438e54a6f2f_yolov82_release.avif"
  11. loading="lazy"
  12. alt="Ultralytics YOLOv8.2 Release"
  13. class="banner-content desktop"
  14. />
  15. <img
  16. src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb7a122db51139d6c0b4a8_yolov82_release_mobile.avif"
  17. loading="lazy"
  18. alt="Ultralytics YOLOv8.2 Release Mobile"
  19. class="banner-content mobile"
  20. />
  21. <img
  22. src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb779fc2ff285f3efceea1_arrow_effects.avif"
  23. loading="lazy"
  24. alt="Ultralytics YOLOv8.2 Release Arrow"
  25. class="banner-arrow"
  26. />
  27. </a>
  28. {% endblock %}
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...