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
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
Metadata Files
README.md
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:
Clone the repository:
bash git clone https://github.com/tallal13/ultralytics.git cd ultralyticsInstall the required packages:
bash pip install -r requirements.txtDownload 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:
- Load the Model: ```python from ultralytics import YOLO
model = YOLO('yolo11.pt') ```
Perform Inference:
python results = model.predict(source='image.jpg')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:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- 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
- Repositories: 1
- Profile: https://github.com/tallal13
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
- pytorch/pytorch 2.7.0-cuda12.6-cudnn9-runtime build
- transformers *
- ultralytics *
- 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