/Object-Detector-GUI

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

Primary LanguagePythonMIT LicenseMIT

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