This project digitizes the game state for a given photo that contains chessboard, with pieces on it.
Detailed explanation of the project is available in my blog post.
python main.py input_image output_folder [--local] [--roboflow]
Result will get written to the output folder.
Example:
python main.py examples/small_test/0046.png . [--local] [--roboflow]
python main.py input_folder output_folder [--local] [--roboflow]
Results will get written to the output folder.