noword / image2sgf

recongnize go game status from a image, output to a sgf file
20 stars 4 forks source link

Fails on image found in the wild #2

Closed Deebster closed 1 year ago

Deebster commented 1 year ago

Using the image from a reddit post fails on step one and never completes step 2: r_baduk-132db5c-g6q60h265rwa1-img2sgf (status bar should be showing "step 2: perspective correct the board, then classify stones")

I cropped the image: r_baduk-132db5c-g6q60h265rwa1-cropped

And tried again: r_baduk-132db5c-g6q60h265rwa1-cropped-img2sgf

Apart from a few mistakes (that still leave a valid board), it appears to complete step 2, but then gives the error "Recognition failed" and the status bar reads "Error: Can't generate sgf."

noword commented 1 year ago

It's fixed. Thank you.

https://github.com/noword/image2sgf/releases/tag/v0.07

Deebster commented 1 year ago

I can confirm that the cropped image now is error-free and exports to SGF. Speedy work, very impressive!