Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.62 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.62 KB

👁️‍🗨️ Computer Vision Sudoku Project

Computer vision project (third year uni course)

Check the documentation here

🐍 python 3.8.10

Librarii utilizate

opencv-python==4.5.4.60
numpy==1.21.4
scipy==1.7.2
imutils==0.5.4

Instructiuni de compilare

⭐ Task 1

script: task1.py

----> run without any arguments

output: the output files are in Dima_Oana_341/clasic/01_predicted.txt

-----> if you need to change take a look to the path constants:

A_INPUT_FOLDER_PATH = "input folder path for train"
T_INPUT_FOLDER_PATH = "input folder for test"
 
[...]
 
apply_for_all(OUTPUT_FOLDER_PATH,
              A_INPUT_FOLDER_PATH, 
              T_OUTPUT_NAME_PATTERN) # for _preticted.txt

⭐ Task 2

script: task2.py

----> run without any arguments

output: the output files are in Dima_Oana_341/jigsaw/01_predicted.txt

-----> if you need to change take a look to the path constants:

A_INPUT_FOLDER_PATH =  "input folder path"
T_INPUT_FOLDER_PATH = "input folder for test"
 
[...]
 
apply_for_all(OUTPUT_FOLDER_PATH,
              A_INPUT_FOLDER_PATH,
              T_OUTPUT_NAME_PATTERN) # for _preticted.txt