Skip to main content

Ultralytics YOLO

Project description

YOLO

Ultralytics YOLO:

Deployment

Classifier

  1. Create a worker using the Arkindex frontend. You can set whatever name/slug/type. We'll use:
    • Name: YOLO Classifier
    • Slug: yolo-classifier
    • Type: classifier
  2. Import a new version for that worker with the following settings:

Segmenter

  1. Create a worker using the Arkindex frontend. You can set whatever name/slug/type. We'll use:
    • Name: YOLO Segmenter
    • Slug: yolo-segmenter
    • Type: image-segmenter
  2. Import a new version for that worker with the following settings:

Models

You can use freely available open-source models provided by Ultralytics:

  1. Create a directory where you'll download a model: mkdir yolo-model
  2. Download model weights using one of the links from the webpage above, and rename it model.pt:
curl -L https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8s-world.pt > yolo-model/model.pt
  1. Write a .arkindex.yml with the following content, updating the name to match your model:
version: 2

models:
  - path: yolo-model
    name: YOLOv8s-Monde
  1. Upload the model using Arkindex CLI: arkindex models publish
  2. The model is now available on your Arkindex instance!

Development

For development and tests purpose it may be useful to install the worker as a editable package with pip.

pip install -e .

Linter

Code syntax is analyzed before submitting the code.
To run the linter tools suite you may use pre-commit.

pip install pre-commit
pre-commit run -a

Run tests

Tests are executed with tox using pytest.

pip install tox
tox

To recreate tox virtual environment (e.g. a dependencies update), you may run tox -r

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

teklia_yolo_worker-1.3.3.tar.gz (31.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

teklia_yolo_worker-1.3.3-py3-none-any.whl (39.2 kB view details)

Uploaded Python 3

File details

Details for the file teklia_yolo_worker-1.3.3.tar.gz.

File metadata

  • Download URL: teklia_yolo_worker-1.3.3.tar.gz
  • Upload date:
  • Size: 31.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for teklia_yolo_worker-1.3.3.tar.gz
Algorithm Hash digest
SHA256 cd75223701d37f35907dd4dceac4a29e4b59cd630a8e268b6431b32e27234311
MD5 e82d94dcd40be630edac3a8bb476e720
BLAKE2b-256 ff11166df15c11c08295aa83d73aa2be4ba5df1977fa9ff8694bc16b952fca03

See more details on using hashes here.

File details

Details for the file teklia_yolo_worker-1.3.3-py3-none-any.whl.

File metadata

File hashes

Hashes for teklia_yolo_worker-1.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 db712ac893901cb2d2faca40483d4fbff042c91fd328678fea030c356e2b43e5
MD5 9858b60792c811e5afed7a899506a1f6
BLAKE2b-256 c58bddd6742e73ea1954254d0ab0f99f8ddf6f0f28d1ab23f50e011276ac41bc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page