Skip to content

Commit

Permalink
Merge branch 'main' into ci_matrix_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Jan 6, 2024
2 parents e976e91 + 6b55878 commit 938da21
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 199 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ultralytics 🚀, AGPL-3.0 license
# Ultralytics Format Workflow
# This workflow automatically formats code and documentation in pull requests and pushes to main branch
# Ultralytics 🚀 - AGPL-3.0 license
# Ultralytics Actions https://github.com/ultralytics/actions
# This workflow automatically formats code and documentation in PRs to official Ultralytics standards

name: Ultralytics Actions

Expand All @@ -14,7 +14,10 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Ultralytics Formatting Actions
- name: Run Ultralytics Formatting
uses: ultralytics/actions@main
with:
python: true
docstrings: true
markdown: true
spelling: true
85 changes: 0 additions & 85 deletions .pre-commit-config.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ Connect to the Ultralytics HUB notebook and employ your model API key to embark

## 🌐 3. Deploy to the Real World

Transition your model to 13 different formats including TensorFlow, ONNX, OpenVINO, CoreML, Paddle, and more. Operate your models directly on your [iOS](https://apps.apple.com/xk/app/ultralytics/id1583935240) or
[Android](https://play.google.com/store/apps/details?id=com.ultralytics.ultralytics_app) mobile device by downloading the [Ultralytics App](https://ultralytics.com/app_install)!
Transition your model to 13 different formats including TensorFlow, ONNX, OpenVINO, CoreML, Paddle, and more. Operate your models directly on your [iOS](https://apps.apple.com/xk/app/ultralytics/id1583935240) or [Android](https://play.google.com/store/apps/details?id=com.ultralytics.ultralytics_app) mobile device by downloading the [Ultralytics App](https://ultralytics.com/app_install)!

## ❓ Have Issues or Questions?

Expand Down
18 changes: 5 additions & 13 deletions example_datasets/coco8-pose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@

## Introduction

[Ultralytics](https://ultralytics.com) COCO8-pose is a small, but versatile pose detection dataset composed of the first
8 images of the COCO train 2017 set, 4 for training and 4 for validation. This dataset is ideal for testing and
debugging object detection models, or for experimenting with new detection approaches. With 8 images, it is small enough
to be easily manageable, yet diverse enough to test training pipelines for errors and act as a sanity check before
training larger datasets.
[Ultralytics](https://ultralytics.com) COCO8-pose is a small, but versatile pose detection dataset composed of the first 8 images of the COCO train 2017 set, 4 for training and 4 for validation. This dataset is ideal for testing and debugging object detection models, or for experimenting with new detection approaches. With 8 images, it is small enough to be easily manageable, yet diverse enough to test training pipelines for errors and act as a sanity check before training larger datasets.

This dataset is intended for use with Ultralytics [HUB](https://hub.ultralytics.com)
and [YOLOv8](https://github.com/ultralytics/ultralytics).
This dataset is intended for use with Ultralytics [HUB](https://hub.ultralytics.com) and [YOLOv8](https://github.com/ultralytics/ultralytics).

## Sample Images and Annotations

Expand All @@ -19,15 +14,12 @@ Here are some examples of images from the dataset, along with their correspondin

## Resources

We hope that the variety of resources provided here will help you get the most out of HUB and maximize your experience
with HUB and COCO8-pose.
We hope that the variety of resources provided here will help you get the most out of HUB and maximize your experience with HUB and COCO8-pose.

- Browse the [Docs](https://docs.ultralytics.com/) for details on usage and implementation.
- Raise an issue on [GitHub](https://github.com/ultralytics/hub/issues/new/choose) for support and troubleshooting.
- Join our [Discord](https://ultralytics.com/discord) community for questions and discussions with fellow users and
developers.
- Join our [Discord](https://ultralytics.com/discord) community for questions and discussions with fellow users and developers.
- Learn more about Ultralytics and our work at our [Community](https://community.ultralytics.com) page.
- Explore the Ultralytics YOLOv8 [GitHub](https://github.com/ultralytics/ultralytics) repository for additional tools
and resources.
- Explore the Ultralytics YOLOv8 [GitHub](https://github.com/ultralytics/ultralytics) repository for additional tools and resources.

To request an Enterprise License, please complete the form at [Ultralytics Licensing](https://ultralytics.com/license).
18 changes: 5 additions & 13 deletions example_datasets/coco8-seg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@

## Introduction

[Ultralytics](https://ultralytics.com) COCO8-seg is a small, but versatile instance segmentation dataset composed of the
first 8 images of the COCO train 2017 set, 4 for training and 4 for validation. This dataset is ideal for testing and
debugging segmentation models, or for experimenting with new detection approaches. With 8 images, it is small enough to
be easily manageable, yet diverse enough to test training pipelines for errors and act as a sanity check before training
larger datasets.
[Ultralytics](https://ultralytics.com) COCO8-seg is a small, but versatile instance segmentation dataset composed of the first 8 images of the COCO train 2017 set, 4 for training and 4 for validation. This dataset is ideal for testing and debugging segmentation models, or for experimenting with new detection approaches. With 8 images, it is small enough to be easily manageable, yet diverse enough to test training pipelines for errors and act as a sanity check before training larger datasets.

This dataset is intended for use with Ultralytics [HUB](https://hub.ultralytics.com)
and [YOLOv8](https://github.com/ultralytics/ultralytics).
This dataset is intended for use with Ultralytics [HUB](https://hub.ultralytics.com) and [YOLOv8](https://github.com/ultralytics/ultralytics).

## Sample Images and Annotations

Expand All @@ -19,15 +14,12 @@ Here are some examples of images from the dataset, along with their correspondin

## Resources

We hope that the variety of resources provided here will help you get the most out of HUB and maximize your experience
with HUB and COCO8-seg.
We hope that the variety of resources provided here will help you get the most out of HUB and maximize your experience with HUB and COCO8-seg.

- Browse the [Docs](https://docs.ultralytics.com/) for details on usage and implementation.
- Raise an issue on [GitHub](https://github.com/ultralytics/hub/issues/new/choose) for support and troubleshooting.
- Join our [Discord](https://ultralytics.com/discord) community for questions and discussions with fellow users and
developers.
- Join our [Discord](https://ultralytics.com/discord) community for questions and discussions with fellow users and developers.
- Learn more about Ultralytics and our work at our [Community](https://community.ultralytics.com) page.
- Explore the Ultralytics YOLOv8 [GitHub](https://github.com/ultralytics/ultralytics) repository for additional tools
and resources.
- Explore the Ultralytics YOLOv8 [GitHub](https://github.com/ultralytics/ultralytics) repository for additional tools and resources.

To request an Enterprise License, please complete the form at [Ultralytics Licensing](https://ultralytics.com/license).
18 changes: 5 additions & 13 deletions example_datasets/coco8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,9 @@

## Introduction

[Ultralytics](https://ultralytics.com) COCO8 is a small, but versatile object detection dataset composed of the first 8
images of the COCO train 2017 set, 4 for training and 4 for validation. This dataset is ideal for testing and debugging
object detection models, or for experimenting with new detection approaches. With 8 images, it is small enough to be
easily manageable, yet diverse enough to test training pipelines for errors and act as a sanity check before training
larger datasets.
[Ultralytics](https://ultralytics.com) COCO8 is a small, but versatile object detection dataset composed of the first 8 images of the COCO train 2017 set, 4 for training and 4 for validation. This dataset is ideal for testing and debugging object detection models, or for experimenting with new detection approaches. With 8 images, it is small enough to be easily manageable, yet diverse enough to test training pipelines for errors and act as a sanity check before training larger datasets.

This dataset is intended for use with Ultralytics [HUB](https://hub.ultralytics.com)
and [YOLOv8](https://github.com/ultralytics/ultralytics).
This dataset is intended for use with Ultralytics [HUB](https://hub.ultralytics.com) and [YOLOv8](https://github.com/ultralytics/ultralytics).

## Sample Images and Annotations

Expand All @@ -19,15 +14,12 @@ Here are some examples of images from the dataset, along with their correspondin

## Resources

We hope that the variety of resources provided here will help you get the most out of HUB and maximize your experience
with HUB and COCO8.
We hope that the variety of resources provided here will help you get the most out of HUB and maximize your experience with HUB and COCO8.

- Browse the [Docs](https://docs.ultralytics.com/) for details on usage and implementation.
- Raise an issue on [GitHub](https://github.com/ultralytics/hub/issues/new/choose) for support and troubleshooting.
- Join our [Discord](https://ultralytics.com/discord) community for questions and discussions with fellow users and
developers.
- Join our [Discord](https://ultralytics.com/discord) community for questions and discussions with fellow users and developers.
- Learn more about Ultralytics and our work at our [Community](https://community.ultralytics.com) page.
- Explore the Ultralytics YOLOv8 [GitHub](https://github.com/ultralytics/ultralytics) repository for additional tools
and resources.
- Explore the Ultralytics YOLOv8 [GitHub](https://github.com/ultralytics/ultralytics) repository for additional tools and resources.

To request an Enterprise License, please complete the form at [Ultralytics Licensing](https://ultralytics.com/license).
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Ultralytics requirements
# Usage: pip install -r requirements.txt

# Base ----------------------------------------
ultralytics>=8.0
ultralytics>=8.0.232
65 changes: 0 additions & 65 deletions setup.cfg

This file was deleted.

0 comments on commit 938da21

Please sign in to comment.