ultralytics

Ultralytics YOLO11 πŸš€

https://github.com/tallal13/ultralytics

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • βœ“
    CITATION.cff file
    Found CITATION.cff file
  • βœ“
    codemeta.json file
    Found codemeta.json file
  • βœ“
    .zenodo.json file
    Found .zenodo.json file
  • β—‹
    DOI references
  • β—‹
    Academic publication links
  • β—‹
    Academic email domains
  • β—‹
    Institutional organization owner
  • β—‹
    JOSS paper metadata
  • β—‹
    Scientific vocabulary similarity
    Low similarity (18.5%) to scientific vocabulary

Keywords

ai cli human-pose-estimation instance-segmentation object-detection pose-estimation pytorch segment-anything yolo yolo-world yoloair yolov10 yolov3 yolov4
Last synced: 4 months ago · JSON representation ·

Repository

Ultralytics YOLO11 πŸš€

Basic Info
  • Host: GitHub
  • Owner: tallal13
  • License: agpl-3.0
  • Language: Python
  • Default Branch: main
  • Size: 10.8 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
ai cli human-pose-estimation instance-segmentation object-detection pose-estimation pytorch segment-anything yolo yolo-world yoloair yolov10 yolov3 yolov4
Created 8 months ago · Last pushed 4 months ago
Metadata Files
Readme Contributing License Citation

README.md

Ultralytics YOLO11 πŸš€

Ultralytics YOLO11

Welcome to the Ultralytics YOLO11 repository! This project focuses on advanced computer vision tasks using the YOLO (You Only Look Once) framework. YOLO11 is the latest iteration in the YOLO series, designed to offer enhanced performance in object detection, image classification, and instance segmentation.

Table of Contents

Introduction

The Ultralytics YOLO11 framework provides a powerful and flexible solution for various deep learning tasks. With capabilities in object detection, pose estimation, and tracking, it serves a wide range of applications in fields like robotics, surveillance, and autonomous vehicles.

Features

  • High Performance: YOLO11 achieves state-of-the-art results in object detection and classification.
  • Versatile Applications: Suitable for tasks like image classification, instance segmentation, and pose estimation.
  • Easy to Use: Designed with a user-friendly interface, making it accessible for both beginners and experts.
  • Extensive Documentation: Comprehensive guides and tutorials available to help users get started quickly.
  • Community Support: Join a vibrant community of developers and researchers contributing to the project.

Installation

To install Ultralytics YOLO11, follow these steps:

  1. Clone the repository: bash git clone https://github.com/tallal13/ultralytics.git cd ultralytics

  2. Install the required packages: bash pip install -r requirements.txt

  3. Download the latest release from the Releases section. Execute the downloaded file to complete the installation.

Usage

Using YOLO11 is straightforward. Here’s a quick guide to get you started:

  1. Load the Model: ```python from ultralytics import YOLO

model = YOLO('yolo11.pt') ```

  1. Perform Inference: python results = model.predict(source='image.jpg')

  2. Visualize Results: python results.show()

For detailed examples and advanced usage, refer to the documentation.

Contributing

We welcome contributions from the community! If you would like to contribute to Ultralytics YOLO11, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Create a pull request.

Please ensure your code adheres to our coding standards and includes appropriate tests.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Releases

To stay updated with the latest features and improvements, check the Releases section. Download the latest release and execute the file to enjoy the new features.

Contact

For questions or support, feel free to reach out to the maintainers:

  • GitHub: tallal13
  • Email: tallal@example.com

We hope you enjoy using Ultralytics YOLO11! Your feedback and contributions are valuable to us. Join our community and help us improve this project further.

Owner

  • Login: tallal13
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file was generated with https://bit.ly/cffinit

cff-version: 1.2.0
title: Ultralytics YOLO
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Glenn
    family-names: Jocher
    affiliation: Ultralytics
    orcid: "https://orcid.org/0000-0001-5950-6979"
  - family-names: Qiu
    given-names: Jing
    affiliation: Ultralytics
    orcid: "https://orcid.org/0000-0003-3783-7069"
  - given-names: Ayush
    family-names: Chaurasia
    affiliation: Ultralytics
    orcid: "https://orcid.org/0000-0002-7603-6750"
repository-code: "https://github.com/ultralytics/ultralytics"
url: "https://ultralytics.com"
license: AGPL-3.0
version: 8.0.0
date-released: "2023-01-10"

GitHub Events

Total
  • Push event: 546
  • Create event: 2
Last Year
  • Push event: 546
  • Create event: 2

Dependencies

examples/YOLO-Series-ONNXRuntime-Rust/Cargo.toml cargo
examples/YOLOv8-ONNXRuntime-Rust/Cargo.toml cargo
docker/Dockerfile docker
  • pytorch/pytorch 2.7.0-cuda12.6-cudnn9-runtime build
examples/YOLOv8-Action-Recognition/requirements.txt pypi
  • transformers *
  • ultralytics *
pyproject.toml pypi
  • matplotlib >=3.3.0
  • numpy >=1.23.0
  • opencv-python >=4.6.0
  • pandas >=1.1.4
  • pillow >=7.1.2
  • psutil *
  • py-cpuinfo *
  • pyyaml >=5.3.1
  • requests >=2.23.0
  • scipy >=1.4.1
  • seaborn >=0.11.0
  • torch >=1.8.0
  • torch >=1.8.0,!=2.4.0; sys_platform == 'win32'
  • torchvision >=0.9.0
  • tqdm >=4.64.0
  • ultralytics-thop >=2.0.0