Skip to content

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

License

Notifications You must be signed in to change notification settings

numediart/ultralytics-for-vsensebox

Repository files navigation

Test Build PyPI

Customized Ultralytics for VSenseBox

  • Updated: January 23, 2026
  • Synced with: v8.4.7 + commits up to [4d81ce1]
  • 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
    

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages