assets

(★ 660)

Shared Ultralytics logos, media, sample images, pretrained model weights, dataset artifacts, and release assets.

File Explorer

  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • LICENSE
  • README.md
  • README.zh-CN.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

mkdocs

View Details ▼

Project documentation with Markdown.

mkdocs new {{project_name}}

Create a new mkdocs project:

mkdocs serve

Serve the project in the current directory using the mkdocs dev-server:

mkdocs build

Build the documentation in the current directory:

🔍

yolo

View Details ▼

Train, validate, or infer models on various tasks and versions.

yolo task=init

Create a copy of the default configuration in your current working directory:

yolo task={{detect|segment|classify}} mode=train cfg={{path/to/config.yaml}}

Train the object detection, instance segment, or classification model with the specified configuration file:

// repository documentation