DeblurGANv2
DeblurGANv2 copied to clipboard
ERROR: The function received no value for the required argument: img_pattern
ERROR: The function received no value for the required argument: img_pattern
Usage: predict.py IMG_PATTERN
For detailed information on this command, run: predict.py --help
ERROR: The function received no value for the required argument: img_pattern Usage: predict.py IMG_PATTERN optional flags: --mask_pattern | --weights_path | --out_dir | --side_by_side | --video
For detailed information on this command, run: predict.py --help excuse,Please tell me how to solve it
ERROR: The function received no value for the required argument: img_pattern Usage: predict.py IMG_PATTERN optional flags: --mask_pattern | --weights_path | --out_dir | --side_by_side | --video
For detailed information on this command, run: predict.py --help
try to write in line-91of predict.py: img_pattern: str='YOUR_IMAGE.jpg'
you can do it like my way
just give the location of your picture to the main function