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

#16539 `ultralytics 8.3.0` YOLO11 Models Release

Merged
Glenn Jocher merged 1 commits into Ultralytics:main from ultralytics:clean-exp
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
31
32
33
34
35
36
37
38
  1. <!--Ultralytics YOLO ๐Ÿš€, AGPL-3.0 license-->
  2. {% extends "base.html" %} {% block announce %}
  3. <div class="banner-wrapper">
  4. <div class="banner-content-wrapper">
  5. <p>YOLO Vision 2024 is here!</p>
  6. <div class="banner-info-wrapper">
  7. <img
  8. src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66e9a87cfc78245ffa51d6f0_w_yv24.svg"
  9. loading="lazy"
  10. width="20"
  11. height="20"
  12. alt="YOLO Vision 24"
  13. />
  14. <p>September 27, 2024</p>
  15. </div>
  16. <div class="banner-info-wrapper">
  17. <img
  18. src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66e9a87cdfbd25e409560ed8_l_yv24.svg"
  19. loading="lazy"
  20. width="20"
  21. height="20"
  22. alt="YOLO Vision 24"
  23. />
  24. <p>Free hybrid event</p>
  25. </div>
  26. </div>
  27. <div class="banner-button-wrapper">
  28. <div class="banner-button-wrapper large">
  29. <button
  30. onclick="window.open('https://www.ultralytics.com/events/yolovision', '_blank')"
  31. >
  32. Register now
  33. </button>
  34. </div>
  35. </div>
  36. </div>
  37. {% endblock %}
Discard
Tip!

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