Detects images with a specified 'target' image in a folder and returns matching filenames
Usage:
docker run --rm -v ./files:/home/files -v ./target:/home/target media24si/target_detect:latest [-t template_name] [-th threshold]
where:
/filesis the folder with your files/targethas your template file-tor--templateis an optional argument to specify the template name (default:target.png)-thor--thresholdis an optional argument to specify the threshold (default: 0.7)