Skip to content

ultralytics/assets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Ultralytics logo

Ultralytics Assets

English | 简体中文

This repository stores shared Ultralytics assets used across documentation, applications, examples, releases, and model downloads. It provides stable files for the Ultralytics YOLO ecosystem, including object detection, instance segmentation, classification, pose estimation, and tracking.

Ultralytics Actions Ultralytics Discord Ultralytics Forums Ultralytics Reddit

What Is Included

  • Visual assets: logos, favicons, social icons, Open Graph images, screenshots, diagrams, and banners.
  • Model assets: pretrained model files downloaded automatically by Ultralytics tools when they are not already available locally.
  • Dataset assets: dataset release artifacts and examples referenced by Ultralytics documentation and tutorials.

Using Assets

Use raw GitHub URLs when referencing assets from documentation, notebooks, websites, or examples:

https://raw.githubusercontent.com/ultralytics/assets/main/path/to/asset.ext

For example, the Ultralytics logo above is available at:

https://raw.githubusercontent.com/ultralytics/assets/main/logo/Ultralytics_Logotype_Original.svg

Using Pretrained Models

Ultralytics YOLO libraries download supported pretrained models from this repository automatically when the requested model is not found locally.

from ultralytics import YOLO

model = YOLO("yolo26n.pt")
results = model("path/to/image.jpg")

See the Ultralytics model documentation for available model families, tasks, and export options.

Datasets

Dataset artifacts are published through repository releases and referenced from the Ultralytics datasets documentation. Review the README, license, and usage notes for each dataset before using it in a project.

Repository Layout

  • app/: App store badges, screenshots, and onboarding visuals.
  • blog/, og/, and partners/: Blog, Open Graph, and partner media.
  • docs/: Documentation images, diagrams, screenshots, audio, and media.
  • im/: Sample images used in inference and documentation examples.
  • logo/: Ultralytics logos, logotypes, and favicon assets.
  • mkdocs/: Assets used by Ultralytics documentation builds.
  • social/: Social media icons used across Ultralytics repositories.
  • yolo/, yolov3/, yolov5/, and yolov8/: YOLO-family banners, diagrams, and example assets.

Contributing

Contributions are welcome when they improve asset quality, accuracy, organization, or documentation. Please read the Contributing Guide before opening a pull request. For product feedback, use the Ultralytics Survey.

Ultralytics open-source contributors

License

Ultralytics offers two licensing options:

  • AGPL-3.0 License: An OSI-approved open-source license for open collaboration and knowledge sharing. See the LICENSE file for details.
  • Enterprise License: A commercial license for integrating Ultralytics software and AI models into commercial products without AGPL-3.0 requirements. Contact Ultralytics Licensing for details.

Contact

For bug reports, feature requests, and contributions, use GitHub Issues. For questions and discussions, join the Ultralytics community on Discord.


Ultralytics GitHub space Ultralytics LinkedIn space Ultralytics Twitter space Ultralytics YouTube space Ultralytics TikTok space Ultralytics BiliBili space Ultralytics Discord