ultralytics-YOLO-DeepSort-ByteTrack-PyQt-GUI icon indicating copy to clipboard operation
ultralytics-YOLO-DeepSort-ByteTrack-PyQt-GUI copied to clipboard

a GUI application, which uses YOLOs (YOLOv8, YOLO11, YOLOv13) for Object Detection/Tracking, Human Pose Estimation/Tracking from images, videos or camera

ultralytics-YOLO-DeepSort/ByteTrack-PyQt-GUI

a GUI application, which uses ultralytics YOLO for Object Detection/Tracking, Human Pose Estimation/Tracking from images, videos or camera.

All python scripts performing detection, pose and segmentation using the YOLO model in ONNX.

GUI

Supported AI tasks:

  • [x] Detection
  • [x] Pose Estimation
  • [x] Segmentation
  • [ ] OBB

Supported Models:

  • [x] YOLOv13
    • [x] YOLOv13-n
    • [x] YOLOv13-s
    • [x] YOLOv13-l
    • [x] YOLOv13-x
  • [x] YOLO11
    • [x] YOLO11-n
    • [x] YOLO11-s
    • [x] YOLO11-m
    • [x] YOLO11-l
    • [x] YOLO11-x
  • [x] YOLOv8
    • [x] YOLOv8-n
    • [x] YOLOv8-s
    • [x] YOLOv8-m
    • [x] YOLOv8-l
    • [x] YOLOv8-x

Supported Trackers:

  • [x] DeepSort
  • [x] ByteTrack

Supported Input Sources:

  • [x] local files: images or videos
  • [x] Camera
  • [x] RTSP-Stream

Install

Install required packages with pip:

pip install -r requirements.txt

or with conda:

conda env create -f environment.yml

# activate the conda environment
conda activate yolo_gui

Download weights

Download the model weights:

python download_weights.py

The model files are saved in the weights/ folder.

Run

python main.py