-
Notifications
You must be signed in to change notification settings - Fork 709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐞 Can't run the 'getting_started' notebook #1688
Comments
Hi @Abecadarian, I tried it out myself and indeed there are some complications with running it on colab. My solution: I.e. it should look like this:
Alternatively the issue should also be solved by setting Also it might be helpful to add I think the reason why the pypy install doesn't work correctly is that the latest version there is still v0.7. Regarding the errors you are getting when you try to install it locally from source I'm not quite sure, maybe you can provide further information about the error-log if this ist still relevant for you. Best regards. |
@NilsB98, you are right! Due to the security scans, we had to add anomalib/src/anomalib/data/image/mvtec.py Line 131 in b5ceacf
anomalib/src/anomalib/data/utils/path.py Lines 214 to 230 in b5ceacf
This may not be the best approach though since the data can be on a mount. I'll see how we can ease this security check. |
@samet-akcay I am running the notebook on my C drive and getting the same issue - Has there been a resolution to this? |
Describe the bug
I've just started learning how to use anomalib and tried to run the '001_getting_started' notebook. It's completely impossible.
When I try to run it in Colab, I get a bunch of errors:
I tried to run it locally on my computer instead, and that ran into more errors - when I tried to install anomalib using pypi, several of the modules couldn't be found:
And it couldn't load the MVTec dataset:
When I tried to install anomalib from source, I got this error:
Dataset
MVTec
Model
PADiM
Steps to reproduce the behavior
N/A
OS information
N/A
Expected behavior
N/A
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
No response
Configuration YAML
N/A
Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: