Open kvnkarthik02 opened 2 years ago
In run_app.sh
change the version from 0.1 to 0.3 as shown below:
wget -nc https://github.com/CVxTz/sudoku_solver/releases/download/v0.3/ocr_detector.h5
wget -nc https://github.com/CVxTz/sudoku_solver/releases/download/v0.3/ocr_recognizer.h5
Hey! Trying to go through this project so I can learn a bit about CV stuff, so I tried to run your project on my local computer. I am getting the error where
wget -nc https://github.com/CVxTz/sudoku_solver/releases/download/v0.1/ocr_detector.h5
andwget -nc https://github.com/CVxTz/sudoku_solver/releases/download/v0.1/ocr_recognizer.h5
commands return an Error 404: not found error.Is there a fix for this? Thanks!