Live data from Hacker News

Show HN: My weekend project - Chessboard picture recognition

codebazaar.blogspot.com

51–57 of 57 posts

Re: Show HN: My weekend project - Chessboard picture recognition

#51
post #38

You might look into the academic literature for OCR, which this will reduce to. (Most AI problems are "How can I apply human intelligence to cleverly reduce this problem from something which appears to require intelligence to something which actually only requires well-understood math?") I think the punchline is likely to be that you end up taking dot products of feature vectors generated by library code and writing…

Thanks patio13! OCR and AI actually seem very sexy to me:D If I make a mobile app out of this, I will get my users to take pictures for me! hehe!

Hey I'm patio13 and I have nothing to do with it :-)

Re: Show HN: My weekend project - Chessboard picture recognition

#52
post #32

Earlier quoted context omitted.

The only thing I can think of is that pawns cannot be in the first rank nor the last rank.

What do you mean?? If you can get your pawn to the last row, you can change it to anything. You will probably want to change to a queen, unless you want to irritate your opponent :D

You can get your pawn to the last row, but the pawn can't be on the last row, since it instantly changes to a different piece (and you can't change your pawn to a pawn).

Re: Show HN: My weekend project - Chessboard picture recognition

#53

Earlier quoted context omitted.

This is true. I may need to work on a collection of pictures or even a video.

Get hold of one of those automated chess boards that move pieces around by magnets under the board. Set it to replay old games, and film or photograph it. That should give you unlimited photographs of known positions.

I did not know about these boards. Good to know. Thanks for the tip.

Re: Show HN: My weekend project - Chessboard picture recognition

#54
post #51

Earlier quoted context omitted.

Thanks patio13! OCR and AI actually seem very sexy to me:D If I make a mobile app out of this, I will get my users to take pictures for me! hehe!

Hey I'm patio13 and I have nothing to do with it :-)

lol. sorry but you get the credit for patio11:D hehe

Re: Show HN: My weekend project - Chessboard picture recognition

#56
post #8

Earlier quoted context omitted.

Have you seen this? http://www.illusion-optical.com/Optical-Illusions/Chessboard...

I fell for this trick. Good to know! This is one thing a computer can easily be better than a human. I make me think it could be possible to build CAPTCHAs with optical illusions.

Agreed that a computer can solve that much more easily, but my point was that just looking at a corner square wouldn't be sufficient.
Post reply on HN