An open API service indexing awesome lists of open source software.

https://github.com/ultralytics/assets

Ultralytics assets
https://github.com/ultralytics/assets

app computer-vision docs hub machine-learning models ultralytics website yolo yolo11 yolov5 yolov8

Last synced: 2 months ago
JSON representation

Ultralytics assets

Awesome Lists containing this project

README

        



Ultralytics logo

# ๐ŸŒŸ Welcome to the Ultralytics Assets Repository

Welcome! You've arrived at the [Ultralytics](https://www.ultralytics.com/) Assets repository, your one-stop hub for visual assets, powerful pre-trained models, and carefully curated datasets. These tools are meticulously crafted to complement the Ultralytics YOLO ecosystem, providing capabilities that span object detection, instance segmentation, image classification, pose estimation, and tracking.

[![Ultralytics Actions](https://github.com/ultralytics/assets/actions/workflows/format.yml/badge.svg)](https://github.com/ultralytics/assets/actions/workflows/format.yml) Discord Ultralytics Forums Ultralytics Reddit

## ๐Ÿ›  Features at a Glance

- **๐Ÿ–ผ Visual Assets**: Dive into our collection of banners and logos that you can incorporate into your applications or as part of your collaboration with Ultralytics tools.
- **๐Ÿค– Models at Your Fingertips**: Tap into the power of pre-trained models, fine-tuned and ready to deploy. These models are optimized to tackle a wide range of computer vision tasks with ease and precision.
- **๐Ÿ“ฆ Datasets Ready for Action**: Enhance your machine learning projects with our repositories of annotated data, primed for model training, validation, and beyond.

## ๐Ÿ’ก Getting Started with Usage

### ๐Ÿ“ฅ Download Pretrained Models Seamlessly

Ultralytics YOLO frameworks are engineered for convenienceโ€”missing a pre-trained model? It will be automatically fetched from this very repository.

_For example:_

```python
from ultralytics import YOLO

# Instantiating a pre-trained YOLOv8n model
model = YOLO("yolov8n.pt")

# Path to your image
source = "path/to/image.jpg"

# Perform inference with just one line
results = model(source) # This command completes the inference cycle and returns detection results
```

### ๐ŸŒ Embrace the Visuals

All our visual assets are at your fingertips, downloadable straight from the main branch for your projects, presentations, or documentation.

### ๐Ÿ“š Explore Our Datasets

Our datasets are accessible via repository releases and come with comprehensive READMEs to guide you through the process. Make sure to review the licenses and specific guidance for each dataset to align with your project needs.

## ๐Ÿค Contribute

We welcome contributions from the community! Whether you're fixing bugs, adding new features, or improving documentation, your input is invaluable. Take a look at our [Contributing Guide](https://docs.ultralytics.com/help/contributing/) to get started. Also, we'd love to hear about your experience with Ultralytics products. Please consider filling out our [Survey](https://www.ultralytics.com/survey?utm_source=github&utm_medium=social&utm_campaign=Survey). A huge ๐Ÿ™ and thank you to all of our contributors!


Ultralytics open-source contributors

## ยฉ๏ธ License

Ultralytics is excited to offer two different licensing options to meet your needs:

- **AGPL-3.0 License**: Perfect for students and hobbyists, this [OSI-approved](https://opensource.org/license) open-source license encourages collaborative learning and knowledge sharing. Please refer to the [LICENSE](https://github.com/ultralytics/ultralytics/blob/main/LICENSE) file for detailed terms.
- **Enterprise License**: Ideal for commercial use, this license allows for the integration of Ultralytics software and AI models into commercial products without the open-source requirements of AGPL-3.0. For use cases that involve commercial applications, please contact us via [Ultralytics Licensing](https://www.ultralytics.com/license).

## ๐Ÿ“ฌ Contact Us

For bug reports, feature requests, and contributions, head to [GitHub Issues](https://github.com/ultralytics/assets/issues). For questions and discussions about this project and other Ultralytics endeavors, join us on [Discord](https://discord.com/invite/ultralytics)!




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