Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.58 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.58 KB

Test Build PyPI

Customized Ultralytics for VSenseBox

  • Updated: January 8, 2025
  • Synced with: v8.3.58 -> [4775901]
  • All credit and info -> [Original Ultralytics repo]
  • Customized for VSenseBox:
    • Enable OpenCV multithreading
    • Remove restrictions on customized OpenCV
    • Disable dependency auto-install
    • Disable auto update

Installation

  • Install from PyPI:

    pip install vsensebox-ultralytics
    
  • Or install from GitHub directly:

    pip install git+https://github.com/numediart/ultralytics-for-vsensebox.git
    
  • Or build from source:

    Click here to expand!
    git clone https://github.com/numediart/ultralytics-for-vsensebox.git
    cd ultralytics-for-vsensebox
    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