Skip to content

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

License

Notifications You must be signed in to change notification settings

jingh-ai/ultralytics-YOLO-DeepSort-ByteTrack-PyQt-GUI

Repository files navigation

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:

  • Detection
  • Pose Estimation
  • Segmentation
  • OBB

Supported Models:

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

Supported Trackers:

  • DeepSort
  • ByteTrack

Supported Input Sources:

  • local files: images or videos
  • Camera
  • 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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages