COCO8 and COCO8-seg Pytest and CI updates (#307)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: RangiLyu <lyuchqi@gmail.com>
This commit is contained in:
parent
2bc36d97ce
commit
70427579b8
13 changed files with 254 additions and 59 deletions
|
|
@ -1,4 +1,4 @@
|
|||
site_name: Ultralytics Docs
|
||||
site_name: Ultralytics YOLOv8 Docs
|
||||
repo_url: https://github.com/ultralytics/ultralytics
|
||||
edit_uri: https://github.com/ultralytics/ultralytics/tree/main/docs
|
||||
repo_name: ultralytics/ultralytics
|
||||
|
|
@ -6,7 +6,7 @@ repo_name: ultralytics/ultralytics
|
|||
theme:
|
||||
name: "material"
|
||||
logo: https://github.com/ultralytics/assets/raw/main/logo/Ultralytics-logomark-white.png
|
||||
favicon: assets/favicon.ico
|
||||
favicon: https://github.com/ultralytics/assets/raw/main/logo/favicon-yolo.ico
|
||||
font:
|
||||
text: Roboto
|
||||
|
||||
|
|
@ -75,6 +75,7 @@ plugins:
|
|||
|
||||
# Primary navigation
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Quickstart: quickstart.md
|
||||
- Tasks:
|
||||
- Detection: tasks/detection.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue