deep-sudoku-solver icon indicating copy to clipboard operation
deep-sudoku-solver copied to clipboard

Find and solve sudoku puzzles in images using deep learning and computer vision

Results 2 deep-sudoku-solver issues
Sort by recently updated
recently updated
newest added

The current network architectures probably be improved by: - Using a more modern resnet based architecture for the number classification network - Using a U-net based architecture for the segmentation...

If the image does not contain a sudoku at all, the code: `[solution, outputs] = solver.process(exampleImage);` errors as follows: ``` Index in position 1 is invalid. Array indices must be...

enhancement