Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 568 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 568 Bytes

Chess-Board-Recognition

Recognize Chess Board

TODO LIST 1 Chess-Board-Recognition

  • Create Git represotory and init files
  • Download Data from DropBox
  • Find board
  • Split board
  • Preprocess data
  • Load Pretraind models(e.g,VGG) and add new layers from top
  • Train on new data
  • Evaluate
  • Save Final model
  • Create summaries and reports
  • add docs
  • add comments

TODO LIST 2 Classify state

  • Preprocess data/ sparse vs categorical represantation
  • Create baseline model
  • Visualising model