ultralytics 8.0.24 mosaic, DDP, download fixes (#703)
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
899abe9f82
commit
aecd17d455
15 changed files with 120 additions and 98 deletions
25
mkdocs.yml
25
mkdocs.yml
|
|
@ -37,10 +37,27 @@ theme:
|
|||
- navigation.footer
|
||||
- content.tabs.link # all code tabs change simultaneously
|
||||
|
||||
# Version drop-down menu
|
||||
# extra:
|
||||
# version:
|
||||
# provider: mike
|
||||
# Customization
|
||||
copyright: Ultralytics 2023. All rights reserved.
|
||||
extra:
|
||||
# version:
|
||||
# provider: mike # version drop-down menu
|
||||
analytics:
|
||||
provider: google
|
||||
property: G-2M5EHKC0BH
|
||||
social:
|
||||
- icon: fontawesome/brands/github
|
||||
link: https://github.com/ultralytics
|
||||
- icon: fontawesome/brands/linkedin
|
||||
link: https://www.linkedin.com/company/ultralytics
|
||||
- icon: fontawesome/brands/twitter
|
||||
link: https://twitter.com/ultralytics
|
||||
- icon: fontawesome/brands/youtube
|
||||
link: https://www.youtube.com/ultralytics
|
||||
- icon: fontawesome/brands/docker
|
||||
link: https://hub.docker.com/r/ultralytics/ultralytics/
|
||||
- icon: fontawesome/brands/python
|
||||
link: https://pypi.org/project/ultralytics/
|
||||
|
||||
extra_css:
|
||||
- stylesheets/style.css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue