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
Question: After executing step 8 in the Colab Demo of Readme, it prompts No such file or directory: '/root/.cache/scikit-image/0.24.0/data'
>Step 8 Source Code:
original_images= []
images= []
texts= []
plt.figure(figsize=(16, 5))
# The outlier has occurred: No such file or directory [skimage.data_dir] forfilenamein [filenameforfilenameinos.listdir(skimage.data_dir) iffilename.endswith(".png") orfilename.endswith(".jpg")]:
name=os.path.splitext(filename)[0]
ifnamenotindescriptions:
continue
...
plt.tight_layout()
Solution: Execute skimage.data.download_all(directory=None) before step 8.
Suggestion: As per the solution
The text was updated successfully, but these errors were encountered:
a-persimmons
changed the title
colab [14] error:No such file or directory: '/root/.cache/scikit-image/0.24.0/data'
colab [15] error:No such file or directory: '/root/.cache/scikit-image/0.24.0/data'
Dec 18, 2024
a-persimmons
changed the title
colab [15] error:No such file or directory: '/root/.cache/scikit-image/0.24.0/data'
colab [14] error:No such file or directory: '/root/.cache/scikit-image/0.24.0/data'
Dec 18, 2024
a-persimmons
changed the title
colab [14] error:No such file or directory: '/root/.cache/scikit-image/0.24.0/data'
colab [8] error:No such file or directory: '/root/.cache/scikit-image/0.24.0/data'
Dec 18, 2024
Question: After executing step 8 in the Colab Demo of Readme, it prompts
No such file or directory: '/root/.cache/scikit-image/0.24.0/data'
>Step 8 Source Code:
Solution: Execute
skimage.data.download_all(directory=None)
before step 8.Suggestion: As per the solution
The text was updated successfully, but these errors were encountered: