YOLO object detection application, generated by ChatGPT for the 2024 Gkörte
Internet required to download weights, tested on Linux
Conda is recommended to run it in a virtual environment (or just a plain python venv, you can do without them).
git clone https://github.com/legokor/YOLO-Demo-Standolashoz.git
cd YOLO-Demo-Standolashoz
conda create -n yolo python=3.8
conda activate yolo
pip install opencv-python wget
python webcam_detect.py
If something is not installed, pip install. For other error code use ChatGPT, Stackoverflow.