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.
187 lines
5.4 KiB
187 lines
5.4 KiB
1 year ago
|
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||
|
|
||
|
site_name: Documentación Ultralytics YOLOv8
|
||
|
site_description: Explore Ultralytics YOLOv8, un modelo avanzado de detección de objetos e segmentación de imágenes en tiempo real para diversas aplicaciones y plataformas de hardware.
|
||
|
site_url: https://docs.ultralytics.com/es/
|
||
|
site_author: Ultralytics
|
||
|
repo_url: https://github.com/ultralytics/ultralytics
|
||
|
edit_uri: https://github.com/ultralytics/ultralytics/tree/main/docs/es/
|
||
|
repo_name: ultralytics/ultralytics
|
||
|
remote_name: https://github.com/ultralytics/docs
|
||
|
docs_dir: 'es/' # where to find the markdown files
|
||
|
site_dir: '../site/es' # where to publish to
|
||
|
|
||
|
theme:
|
||
|
name: material
|
||
|
language: es
|
||
|
custom_dir: overrides/
|
||
|
logo: https://github.com/ultralytics/assets/raw/main/logo/Ultralytics_Logotype_Reverse.svg
|
||
|
favicon: assets/favicon.ico
|
||
|
icon:
|
||
|
repo: fontawesome/brands/github
|
||
|
# font: # disabled for faster page load times
|
||
|
# text: Helvetica
|
||
|
# code: Roboto Mono
|
||
|
palette:
|
||
|
- scheme: default # light mode
|
||
|
# primary: grey
|
||
|
toggle:
|
||
|
icon: material/toggle-switch
|
||
|
name: Switch to dark mode
|
||
|
- scheme: slate # dark mode
|
||
|
# primary: black
|
||
|
toggle:
|
||
|
icon: material/toggle-switch-off-outline
|
||
|
name: Switch to light mode
|
||
|
features:
|
||
|
- announce.dismiss
|
||
|
- content.action.edit
|
||
|
- content.code.annotate
|
||
|
- content.code.copy
|
||
|
- content.tooltips
|
||
|
- search.highlight
|
||
|
- search.share
|
||
|
- search.suggest
|
||
|
- toc.follow
|
||
|
- navigation.top
|
||
|
- navigation.tabs
|
||
|
- navigation.tabs.sticky
|
||
|
- navigation.prune
|
||
|
- navigation.footer
|
||
|
- navigation.tracking
|
||
|
- navigation.instant
|
||
|
- navigation.instant.progress
|
||
|
- navigation.indexes
|
||
|
- navigation.sections
|
||
|
- content.tabs.link # all code tabs change simultaneously
|
||
|
|
||
|
# Customization
|
||
|
copyright: <a href="https://ultralytics.com" target="_blank">© 2023 Ultralytics Inc.</a> All rights reserved.
|
||
|
extra:
|
||
|
# version:
|
||
|
# provider: mike # version drop-down menu
|
||
|
robots: robots.txt
|
||
|
analytics:
|
||
|
provider: google
|
||
|
property: G-2M5EHKC0BH
|
||
|
alternate: # language drop-down
|
||
|
- name: 🇬🇧 English
|
||
|
link: /
|
||
|
lang: en
|
||
|
- name: 🇨🇳 简体中文
|
||
|
link: /zh/
|
||
|
lang: zh
|
||
|
- name: 🇰🇷 한국어
|
||
|
link: /ko/
|
||
|
lang: ko
|
||
|
- name: 🇯🇵 日本語
|
||
|
link: /ja/
|
||
|
lang: ja
|
||
|
- name: 🇷🇺 Русский
|
||
|
link: /ru/
|
||
|
lang: ru
|
||
|
- name: 🇩🇪 Deutsch
|
||
|
link: /de/
|
||
|
lang: de
|
||
|
- name: 🇫🇷 Français
|
||
|
link: /fr/
|
||
|
lang: fr
|
||
|
- name: 🇪🇸 Español
|
||
|
link: /es/
|
||
|
lang: es
|
||
|
- name: 🇵🇹 Português
|
||
|
link: /pt/
|
||
|
lang: pt
|
||
|
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/
|
||
|
- icon: fontawesome/brands/discord
|
||
|
link: https://ultralytics.com/discord
|
||
|
|
||
|
extra_css:
|
||
|
- 'stylesheets/style.css'
|
||
|
|
||
|
markdown_extensions:
|
||
|
- admonition
|
||
|
- md_in_html
|
||
|
- tables
|
||
|
- attr_list
|
||
|
- def_list
|
||
|
- pymdownx.critic
|
||
|
- pymdownx.caret
|
||
|
- pymdownx.keys
|
||
|
- pymdownx.mark
|
||
|
- pymdownx.tilde
|
||
|
- pymdownx.details
|
||
|
- pymdownx.superfences
|
||
|
- pymdownx.inlinehilite
|
||
|
- pymdownx.highlight:
|
||
|
anchor_linenums: true
|
||
|
- pymdownx.snippets:
|
||
|
base_path: ./
|
||
|
- pymdownx.emoji:
|
||
|
emoji_index: !!python/name:material.extensions.emoji.twemoji
|
||
|
emoji_generator: !!python/name:material.extensions.emoji.to_svg
|
||
|
- pymdownx.tabbed:
|
||
|
alternate_style: true
|
||
|
|
||
|
|
||
|
# Primary navigation ---------------------------------------------------------------------------------------------------
|
||
|
nav:
|
||
|
- Inicio:
|
||
|
- Inicio: index.md
|
||
|
- Inicio rápido: quickstart.md
|
||
|
- Modos:
|
||
|
- modes/index.md
|
||
|
- Entrenamiento: modes/train.md
|
||
|
- Validación: modes/val.md
|
||
|
- Predicción: modes/predict.md
|
||
|
- Exportar: modes/export.md
|
||
|
- Seguimiento: modes/track.md
|
||
|
- Benchmarking: modes/benchmark.md
|
||
|
- Tareas:
|
||
|
- tasks/index.md
|
||
|
- Detección: tasks/detect.md
|
||
|
- Segmentación: tasks/segment.md
|
||
|
- Clasificación: tasks/classify.md
|
||
|
- Pose: tasks/pose.md
|
||
|
- Inicio rápido: quickstart.md
|
||
|
- Modos:
|
||
|
- modes/index.md
|
||
|
- Entrenamiento: modes/train.md
|
||
|
- Validación: modes/val.md
|
||
|
- Predicción: modes/predict.md
|
||
|
- Exportar: modes/export.md
|
||
|
- Seguimiento: modes/track.md
|
||
|
- Benchmarking: modes/benchmark.md
|
||
|
- Tareas:
|
||
|
- tasks/index.md
|
||
|
- Detección: tasks/detect.md
|
||
|
- Segmentación: tasks/segment.md
|
||
|
- Clasificación: tasks/classify.md
|
||
|
- Pose: tasks/pose.md
|
||
|
- Modelos:
|
||
|
- models/index.md
|
||
|
- Conjuntos de datos:
|
||
|
- datasets/index.md
|
||
|
|
||
|
# Plugins including 301 redirects navigation ---------------------------------------------------------------------------
|
||
|
plugins:
|
||
|
- search:
|
||
|
lang: es
|
||
|
- ultralytics:
|
||
|
add_desc: False
|
||
|
add_image: True
|
||
|
add_share_buttons: True
|
||
|
default_image: https://github.com/ultralytics/ultralytics/assets/26833433/6d09221c-c52a-4234-9a5d-b862e93c6529
|