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
"C:\Program Files\Python39\python.exe" C:\Users\ikhwa\PycharmProjects\IFDCNN\src\extract_patches.py
Traceback (most recent call last):
File "C:\Users\ikhwa\PycharmProjects\IFDCNN\src\extract_patches.py", line 9, in
pe.extract_patches()
File "C:\Users\ikhwa\PycharmProjects\IFDCNN\src\patch_extraction\patch_extractor_casia.py", line 92, in extract_patches
image = io.imread(tp_dir + f)
File "C:\Program Files\Python39\lib\site-packages\skimage\io_io.py", line 48, in imread
img = call_plugin('imread', fname, plugin=plugin, **plugin_args)
File "C:\Program Files\Python39\lib\site-packages\skimage\io\manage_plugins.py", line 207, in call_plugin
return func(*args, **kwargs)
File "C:\Program Files\Python39\lib\site-packages\skimage\io_plugins\imageio_plugin.py", line 10, in imread
return np.asarray(imageio_imread(*args, **kwargs))
File "C:\Program Files\Python39\lib\site-packages\imageio_init_.py", line 97, in imread
return imread_v2(uri, format=format, **kwargs)
File "C:\Program Files\Python39\lib\site-packages\imageio\v2.py", line 226, in imread
with imopen(uri, "ri", **imopen_args) as file:
File "C:\Program Files\Python39\lib\site-packages\imageio\core\imopen.py", line 298, in imopen
raise err_type(err_msg)
ValueError: Could not find a backend to open C:/Users/ikhwa/PycharmProjects/IFDCNN/data/CASIA2/Tp/Thumbs.db`` with iomode ri`.
Process finished with exit code 1
Im not sure about this since im still learning python
The text was updated successfully, but these errors were encountered:
"C:\Program Files\Python39\python.exe" C:\Users\ikhwa\PycharmProjects\IFDCNN\src\extract_patches.py
Traceback (most recent call last):
File "C:\Users\ikhwa\PycharmProjects\IFDCNN\src\extract_patches.py", line 9, in
pe.extract_patches()
File "C:\Users\ikhwa\PycharmProjects\IFDCNN\src\patch_extraction\patch_extractor_casia.py", line 92, in extract_patches
image = io.imread(tp_dir + f)
File "C:\Program Files\Python39\lib\site-packages\skimage\io_io.py", line 48, in imread
img = call_plugin('imread', fname, plugin=plugin, **plugin_args)
File "C:\Program Files\Python39\lib\site-packages\skimage\io\manage_plugins.py", line 207, in call_plugin
return func(*args, **kwargs)
File "C:\Program Files\Python39\lib\site-packages\skimage\io_plugins\imageio_plugin.py", line 10, in imread
return np.asarray(imageio_imread(*args, **kwargs))
File "C:\Program Files\Python39\lib\site-packages\imageio_init_.py", line 97, in imread
return imread_v2(uri, format=format, **kwargs)
File "C:\Program Files\Python39\lib\site-packages\imageio\v2.py", line 226, in imread
with imopen(uri, "ri", **imopen_args) as file:
File "C:\Program Files\Python39\lib\site-packages\imageio\core\imopen.py", line 298, in imopen
raise err_type(err_msg)
ValueError: Could not find a backend to open
C:/Users/ikhwa/PycharmProjects/IFDCNN/data/CASIA2/Tp/Thumbs.db`` with iomode
ri`.Process finished with exit code 1
Im not sure about this since im still learning python
The text was updated successfully, but these errors were encountered: