Skip to content

sta314/chess_state_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recognizing Chess Game State from an Image

This project digitizes the game state for a given photo that contains chessboard, with pieces on it.

Example Photo 1

Example Photo 2

Blog post

Detailed explanation of the project is available in my blog post.

How to use?

For a single image

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]

For image batch in a folder

python main.py input_folder output_folder [--local] [--roboflow]

Results will get written to the output folder.