amashi01
amashi01
In my case, memory usage was very high.
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...