Scripts to analyze my maze image and solve it.
Use Anaconda.
conda env create -f environment.yml
conda activate solve-maze
python main.py
Then, processed images are output in output
directory.
In the last image, a path from the start to the goal is drawn.