Open hnstr opened 8 years ago
That's surprising. Could you please uncomment the following lines in scripts/sudokuExtractor.py:
Line 19, 21 23
and run it again to see the outputs after preprocessing
, after cropping out sudoku grid
and final sudoku grid
?
Are the intermediate outputs as expected?
Yes, that all seems to be working as intended.
See final sudoku grid:
However, when I print out the grid, it shows me this:
It seems like the number recognition is not working as intended?
I get this error after uncommenting lines 19,21,23...
@Arvindsinc2 Are you running in cloud ??
NO, but i am running this on VM-ware with ubuntu server 16.04.
Hi,
same problem here. Did anyone solved it? My recognition is not working?
Thanks a lot.
Cu kami
Hi,
Thanks for providing this! I might be doing something wrong here though, because after cloning your repo and installing the right packages, I tried to run it with the image provided in the README. However, I did not get the same output, but instead:
Do you know what might be the issue? What might I be doing wrong?