vsensebox-ultralytics

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


Keywords
machine-learning, deep-learning, computer-vision, ML, DL, AI, YOLO, YOLOv3, YOLOv5, YOLOv8, HUB, Ultralytics
License
AGPL-3.0
Install
pip install vsensebox-ultralytics==8.2.91

Documentation

Test Build PyPI

Customized Ultralytics for VSenseBox

  • Updated: September 10, 2024
  • Synced with: v8.2.91 -> [e977829]
  • 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