Skip to main content

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

Project description

Test Build Build PyPI

Customized Ultralytics for pyppbox

  • Updated: April 30, 2024
  • Synced with: v8.1.48 -> [c54b013]
  • All credit and info -> [Original Ultralytics repo]
  • Customized for pyppbox:
    • 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:

    Click here to expand!
    git clone https://github.com/rathaumons/ultralytics-for-pyppbox.git
    cd ultralytics-for-pyppbox
    python -m pip install --upgrade pip
    python -m pip install -U pip setuptools
    pip install wheel build
    python -m build --wheel --skip-dependency-check --no-isolatio
    cd dist
    

Supported by

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