添加状态分类和液面分割
This commit is contained in:
30
ultralytics_yolov8-main/docs/overrides/main.html
Normal file
30
ultralytics_yolov8-main/docs/overrides/main.html
Normal file
@ -0,0 +1,30 @@
|
||||
<!--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.webp"
|
||||
loading="lazy"
|
||||
alt="Ultralytics YOLOv8.2 Release"
|
||||
class="banner-content desktop"
|
||||
/>
|
||||
<img
|
||||
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb7a122db51139d6c0b4a8_yolov82_release_mobile.webp"
|
||||
loading="lazy"
|
||||
alt="Ultralytics YOLOv8.2 Release Mobile"
|
||||
class="banner-content mobile"
|
||||
/>
|
||||
<img
|
||||
src="https://assets-global.website-files.com/646dd1f1a3703e451ba81ecc/66cb779fc2ff285f3efceea1_arrow_effects.webp"
|
||||
loading="lazy"
|
||||
alt="Ultralytics YOLOv8.2 Release Arrow"
|
||||
class="banner-arrow"
|
||||
/>
|
||||
</a>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user