This project is used to detect markers based on live video or any photo given by the user.
First, marker photos were taken and Labelimg was used to bound the markers in boxes in turn generating their coordinates.
The coordinates were trained in Google Colab using YOLO v3.
Configuration file of the training as well as weights were downloaded and used locally.
Finally, marker was detected with codes from test_on_video.
Master branch includes all codes file.
Clone this Repo
python -m venv YOLO_env
pip install -r requirements.txt
test_on_video.py
test_on_photo.py