Skip to content

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

License

Notifications You must be signed in to change notification settings

futurelee2/YOLOv8-DeepSort-PyQt-GUI

 
 

Repository files navigation

YOLOv8-DeepSort-PyQt-GUI

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

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

GUI

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 yolov8_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 YOLOv8 for Object Detection/Tracking, Human Pose Estimation/Tracking from images, videos or camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%