amashi01

Results 3 comments of amashi01

getting error File "id_card_detection_image.py", line 103, in im = Image.open(image_path) NameError: name 'image_path' is not defined Replaced image_path with PATH_TO_IMAGE fixed above error File "id_card_detection_image.py", line 105, in im.crop((left, top,...

> getting error > > File "id_card_detection_image.py", line 103, in > im = Image.open(image_path) > NameError: name 'image_path' is not defined > > Replaced image_path with PATH_TO_IMAGE fixed above error...