Giter VIP home page Giter VIP logo

assets's Introduction


๐ŸŒŸ Welcome to the Ultralytics Assets Repository

Welcome! You've arrived at the Ultralytics 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 Discord

๐Ÿ›  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:

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 to get started. Also, we'd love to hear about your experience with Ultralytics products. Please consider filling out our 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 open-source license encourages collaborative learning and knowledge sharing. Please refer to the 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.

๐Ÿ“ฌ Contact Us

For bug reports, feature requests, and contributions, head to GitHub Issues. For questions and discussions about this project and other Ultralytics endeavors, join us on Discord!


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

assets's People

Contributors

glenn-jocher avatar iransb avatar pderrenger avatar rizwanmunawar avatar sergiuwaxmann avatar ultralyticsassistant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

assets's Issues

test1

what type of models exist in ultralytics?

yolov8n.yaml keeps getting downloaded regradless of the given model

Hi,
I use the following command to train a custom dataset on the pre-trained Yolov8 with yolov8s weights, but the yolov8n is downloaded every time and I am guessing that the input for the model is being ignored.
Am I doing it wrong?

yolo detect train data={DATASET_YML} model=yolov8s.yaml pretrained=True epochs={epochs} imgsz={image_size} verbose=True

I also wanted to know what parameters should I set, so that I can train yolov8s similarly to yolov5s so that the same IoU and augmentation are used.

Also, what should I set to make the model run on GPU? The default value for the device param is null but it is missing from the document what will be chosen in the default mode.

how to train your yolov8?

yo, im trying to finetune a yolov8 model on a custom dataset but have no idea how to do it. help me pls.

Segmentation task

Hi,

I want segment people when they are performing different posture. I can see that there are different models available. can you provide pros and cons of each of below models
sam_l.pt
FastSAM-x.pt
yolov8x-seg.pt
yolov9e-seg.pt

For me accuracy is more important and we run inference on GPU instances

thanks
Karunakar

Issue in YOLO-Pose from last 3 days

Hi,

I have been facing the following issue for the last three days. The code was running well prior that. Anything which I should change?

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.