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.
|
|
|
<!--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/6627a6e4d47ce284268ea3b9_yolov82_release.svg"
|
|
|
|
loading="lazy"
|
|
|
|
alt="Ultralytics YOLOv8.2 Release"
|
|
|
|
class="banner-content desktop"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/6627a163dd84c20540c5ea7a_yolov82_effects.svg"
|
|
|
|
loading="lazy"
|
|
|
|
alt="Ultralytics YOLOv8.2 Release"
|
|
|
|
class="banner-content mobile"
|
|
|
|
/>
|
|
|
|
<img
|
|
|
|
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/6627a163ab932e33983215d4_arrow_effects.svg"
|
|
|
|
loading="lazy"
|
|
|
|
alt="Ultralytics YOLOv8.2 Release Arrow"
|
|
|
|
class="banner-arrow"
|
|
|
|
/>
|
|
|
|
</a>
|
|
|
|
{% endblock %}
|