Contents

ultralytics 8.3.11

0

Ultralytics YOLO for SOTA object detection, multi-object tracking, instance segmentation, pose estim

Ultralytics YOLO for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification.

Stars: 30428, Watchers: 30428, Forks: 5899, Open Issues: 1187

The ultralytics/ultralytics repo was created 2 years ago and the last code push was 5 hours ago.
The project is extremely popular with a mindblowing 30428 github stars!

How to Install ultralytics

You can install ultralytics using pip

pip install ultralytics

or add it to a project with poetry

poetry add ultralytics

Package Details

Author
None
License
AGPL-3.0
Homepage
None
PyPi:
https://pypi.org/project/ultralytics/
Documentation:
https://docs.ultralytics.com
GitHub Repo:
https://github.com/ultralytics/ultralytics

Classifiers

  • Scientific/Engineering
  • Scientific/Engineering/Artificial Intelligence
  • Scientific/Engineering/Image Recognition
  • Software Development
No  ultralytics  pypi packages just yet.

Errors

A list of common ultralytics errors.

Code Examples

Here are some ultralytics code examples and snippets.

GitHub Issues

The ultralytics package has 1187 open issues on GitHub

  • RuntimeError: CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling cublasCreate(handle)
  • Add model YAML override arguments nc, activation
  • Hyperparameter Tuning errors [Possible Bug?]
  • should I include background images (unlabeled images) in the validation or test set
  • How to increase value of tracker_buffer
  • Add transparent layer for labels
  • azure.core.exceptions.HttpResponseError: Operation returned an invalid status 'Artifact batch size exceeded the limit of 100'
  • Using ONNX with Ultralytic's YOLO doesn't work
  • How can I increase my training results?
  • Can't use more than about 3000 training images, regardless of model & image size
  • How to Train Instance Segmentation of Discontinuous Occlusive Objects
  • Segmentation with overlapping objects
  • Function of imgsz training parameter
  • Onnxruntime How to implement Yolov8 Segment Classify Pose
  • Increase yolov8 mAP

See more issues on GitHub

Related Packages & Articles

fiftyone 1.0.0

FiftyOne: the open-source tool for building high-quality datasets and computer vision models

albumentations 1.4.18

Fast, flexible, and advanced image augmentation library for deep learning and computer vision. Albumentations offers a wide range of transformations for images, masks, bounding boxes, and keypoints, with optimized performance and seamless integration into ML workflows.