CVxTz / sudoku_solver

Solving a Sudoku Puzzle from a screenshot
MIT License
22 stars 5 forks source link

ocr_detector.h5 and ocr.recognizer.h5 files not found with the wget commands! #14

Open kvnkarthik02 opened 2 years ago

kvnkarthik02 commented 2 years ago

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 and wget -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!

Mohamad-Jaallouk commented 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