Computer vision project that enables tracking of Cyclades game
Get the video files from shared folder
This application can be used as CLI app.
Type
python game_tracker.py --help
for the help. Then
python game_tracker.py
Will run with default setting. If you don't have exactly the same data in the same place this may not work
python game_tracker.py -f=data/cyklady_lvl2_1.mp4
To run your custom movie
game_tracker.py -f=data/cyklady_lvl1_2.mp4 -e=custom_empty.jpg
To additionally give custom empty board reference
game_tracker.py -f=data/cyklady_lvl4_5.mp4 -dr=True -dl=True
To run this in debugging mode