Skip to main content

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

Project description

Build PyPI

Customized Ultralytics for pyppbox

  • Updated: September 30, 2023
  • Synced with: v8.0.190 -> [9aaa5d5]
  • All credit and info -> [Original Ultralytics repo]
  • What customized:
    • Enable OpenCV multithreading
    • Remove restrictions on customized OpenCV
    • Disable dependency auto-install
    • Disable auto update

Installation

  • Install from PyPI:
    pip install pyppbox-ultralytics
    
  • Or install from GitHub directly:
    pip install git+https://github.com/rathaumons/ultralytics-for-pyppbox.git
    
  • Or build from source:
    git clone https://github.com/rathaumons/ultralytics-for-pyppbox.git
    cd ultralytics-for-pyppbox
    python -m pip install --upgrade pip
    pip install "setuptools>=67.2.0"
    pip install -r requirements.txt
    pip install wheel build
    python -m build --wheel --skip-dependency-check --no-isolatio
    cd dist
    

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

pyppbox-ultralytics-8.0.190.tar.gz (536.8 kB view hashes)

Uploaded Source

Built Distribution

pyppbox_ultralytics-8.0.190-py3-none-any.whl (610.8 kB view hashes)

Uploaded Python 3

Supported by

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