You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "C:\Users\500040184\My Documents\LiClipse Workspace\major1\src\ImageTextRecognition-master\main.py", line 13, in
user = UserData('lao.jpg')
File "C:\Users\500040184\My Documents\LiClipse Workspace\major1\src\ImageTextRecognition-master\userimageski.py", line 25, in init
self.image = imread(image_file, as_grey=True)
File "C:\ProgramData\Anaconda3\lib\site-packages\skimage\io_io.py", line 61, in imread
img = call_plugin('imread', fname, plugin=plugin, **plugin_args)
File "C:\ProgramData\Anaconda3\lib\site-packages\skimage\io\manage_plugins.py", line 211, in call_plugin
return func(*args, **kwargs)
File "C:\ProgramData\Anaconda3\lib\site-packages\skimage\io_plugins\pil_plugin.py", line 35, in imread
with open(fname, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'lao.jpg'
please guide me where to place the jpg file I am using liclipse
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\500040184\My Documents\LiClipse Workspace\major1\src\ImageTextRecognition-master\main.py", line 13, in
user = UserData('lao.jpg')
File "C:\Users\500040184\My Documents\LiClipse Workspace\major1\src\ImageTextRecognition-master\userimageski.py", line 25, in init
self.image = imread(image_file, as_grey=True)
File "C:\ProgramData\Anaconda3\lib\site-packages\skimage\io_io.py", line 61, in imread
img = call_plugin('imread', fname, plugin=plugin, **plugin_args)
File "C:\ProgramData\Anaconda3\lib\site-packages\skimage\io\manage_plugins.py", line 211, in call_plugin
return func(*args, **kwargs)
File "C:\ProgramData\Anaconda3\lib\site-packages\skimage\io_plugins\pil_plugin.py", line 35, in imread
with open(fname, 'rb') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'lao.jpg'
please guide me where to place the jpg file I am using liclipse
The text was updated successfully, but these errors were encountered: