You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
921 B
30 lines
921 B
<!--Ultralytics YOLO 🚀, AGPL-3.0 license--> |
|
|
|
{% extends "base.html" %} |
|
|
|
{% block announce %} |
|
<a |
|
href="https://github.com/ultralytics/ultralytics/releases/tag/v8.2.0" |
|
target="_blank" |
|
class="banner-wrapper" |
|
> |
|
<img |
|
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb78d08408c438e54a6f2f_yolov82_release.avif" |
|
loading="lazy" |
|
alt="Ultralytics YOLOv8.2 Release" |
|
class="banner-content desktop" |
|
/> |
|
<img |
|
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb7a122db51139d6c0b4a8_yolov82_release_mobile.avif" |
|
loading="lazy" |
|
alt="Ultralytics YOLOv8.2 Release Mobile" |
|
class="banner-content mobile" |
|
/> |
|
<img |
|
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb779fc2ff285f3efceea1_arrow_effects.avif" |
|
loading="lazy" |
|
alt="Ultralytics YOLOv8.2 Release Arrow" |
|
class="banner-arrow" |
|
/> |
|
</a> |
|
{% endblock %}
|
|
|