Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to detect chessboard in images that are chessboards #37

Closed
rayoh123 opened this issue Sep 10, 2019 · 2 comments
Closed

Failure to detect chessboard in images that are chessboards #37

rayoh123 opened this issue Sep 10, 2019 · 2 comments

Comments

@rayoh123
Copy link

rayoh123 commented Sep 10, 2019

https://i.redd.it/yrl4gdw8iml31.jpg
https://i.redd.it/n66usnoq38m31.png
https://i.redd.it/nq65jjiohfm31.png

Why can't the bot detect a chessboard in the images above?

import subprocess, os
r = subprocess.check_output("cd C:\Users\Raymond\Desktop\Chess Bot\tensorflow_chessbot-chessfenbot && tensorflow_chessbot.py --url https://i.redd.it/yrl4gdw8iml31.jpg", shell=True)

the code above crashes and the traceback states that there is "no chessboard detected"

@ddugovic
Copy link

I think this bot relies on there being a high contrast between the square colors.

@rayoh123 rayoh123 changed the title Failure to detect chessboard in image that is chessboard Failure to detect chessboard in images that are chessboards Sep 13, 2019
@Elucidation
Copy link
Owner

As ddugovic said, moving under #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants