Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 642 Bytes

File metadata and controls

25 lines (15 loc) · 642 Bytes

Automated Puzzle Solver - Final Project

Authors

  • Valentin Volovik
  • Vadim Golotsvan

Running on Colab

The Solver is best run on Colab runtime for the ease of setup and usability.

Follow the link to use the prepared Google Drive:

https://drive.google.com/drive/folders/1K5hPNEX1HWtU5S_6PxxxyKHkR55vWONU?usp=sharing

run Puzzle Project - Final Submission.ipynb

How to install without Colab

pipenv install -r requirements.txt

edit in main.py:

weights_path, image_path = "./weights/mask_rcnn_puzzle.h5", "./plots/full_downscale.jpg"

to provide the image path and path to the weights file (included in release)