/Logo_Defect_Detection

Repo for Logo_Defect_Detection project

Primary LanguagePython

Logo_Defect_Detection

Repo for Logo_Defect_Detection project

USAGE

run in default

python main.py

To run with configs, enter the commands below

python main.py --type "type of input file: 0 for image, 1 for video" --input "path to input folder" --template "path to template image" --threshold "threshold value"

E.g. python main.py --type 0 --input images --template templates/logo_template.jpg --threshold 0.7