This repository contains the framework from the Bachelor's Thesis.
Demo.mp4
- Create a Python 3.10(.9) environment.
- Install the following modules:
# Install Pytorch and Torchvision (Check pytorch.org) pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu121 # Install requirements for YOLO pip install ultralytics # Other requirements pip install scikit-learn