Chess, Computer vision, and ML

Поділитися
Вставка
  • Опубліковано 20 вер 2024
  • Chess board detection and image classification using opencv, keras, and tensorflow.

КОМЕНТАРІ • 11

  • @TheMjol
    @TheMjol 9 місяців тому

    Hi, could you please share the link for the documentation? Thanks in advance!

  • @MsMAKAiMURA
    @MsMAKAiMURA 5 років тому

    Greetings! Im a computer engineer and I'm writing a thesis about computer vision and chess. I followed your tutorial on your blog and it went very well! I'd like to ask (via email or something) you a few questions about how to put all this together to achieve a similar application like this on the video.
    Thanks in advance.

  • @tejasshaha6629
    @tejasshaha6629 4 роки тому

    Hello Chuck Orde .Nice work dude.We r just referring your documentation.We r not getting the last part.In your documentation you loaded image from your disk and predicted for that.How to loop through the board and get playing square crop and make prediction for that ?
    Thanks in advance😊

    • @chuckorde2870
      @chuckorde2870  4 роки тому

      If I understand the question correctly, I first perspective correct and scale the image, then you can crop with a simple width/8 height/8 for loop.

  • @mubeenf
    @mubeenf 2 роки тому

    From whare to find documentation and code

  • @kunalbhatt4333
    @kunalbhatt4333 3 роки тому

    kindly share code to enable us to learn and make customizations

  • @baderkhajjour383
    @baderkhajjour383 5 років тому

    Hello, can I get the code of this, cause I need it for my FYP ☺

  • @javierpescador1958
    @javierpescador1958 5 років тому

    Is it possible to see the code?

  • @ovidiuport6725
    @ovidiuport6725 4 роки тому

    Hello Chuck Orde,
    I have found your documentation from your website very useful. Thank you very much! Is there a chance to help me and others with the latest part of the application, where you transform the physical chessboard into a digital chessboard ? :)

    • @chuckorde2870
      @chuckorde2870  4 роки тому

      I used python-chess.readthedocs.io/en/latest/ for the 'computer' chess board, and generated a FEN based off of the matrix of square predictions.