ultralytics 8.0.96 TAL speed and memory improvements (#2484)
Signed-off-by: Evangelos Petrongonas <e.petrongonas@hellenicdrones.com> Co-authored-by: Evangelos Petrongonas <24351757+vpetrog@users.noreply.github.com> Co-authored-by: JF Chen <k-2feng@hotmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
e21428ca4e
commit
6ee3a9a74b
13 changed files with 163 additions and 53 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
site_name: Ultralytics YOLOv8 Docs
|
||||
site_url: https://docs.ultralytics.com
|
||||
site_description: The official documentation for Ultralytics YOLOv8, providing comprehensive guides, tutorials, and references to get you started on your AI journey.
|
||||
site_author: Ultralytics
|
||||
repo_url: https://github.com/ultralytics/ultralytics
|
||||
edit_uri: https://github.com/ultralytics/ultralytics/tree/main/docs
|
||||
repo_name: ultralytics/ultralytics
|
||||
|
|
@ -107,7 +109,8 @@ markdown_extensions:
|
|||
- pymdownx.highlight:
|
||||
anchor_linenums: true
|
||||
- pymdownx.inlinehilite
|
||||
- pymdownx.snippets
|
||||
- pymdownx.snippets:
|
||||
base_path: ./
|
||||
- pymdownx.emoji:
|
||||
emoji_index: !!python/name:materialx.emoji.twemoji # noqa
|
||||
emoji_generator: !!python/name:materialx.emoji.to_svg
|
||||
|
|
@ -334,6 +337,7 @@ nav:
|
|||
plugins:
|
||||
- mkdocstrings
|
||||
- search
|
||||
- ultralytics
|
||||
- git-revision-date-localized:
|
||||
type: timeago
|
||||
enable_creation_date: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue