-
Notifications
You must be signed in to change notification settings - Fork 711
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
[Bug]: Failed download weights for patchcore #2555
Comments
Hi! Unfortunately I cannot reproduce the error. Are you running your code on a server? Can you tell a bit more about on what machine you are running this and what exact version of anomalib you are using? |
Hi, yep sorry i duplicated and i forgot instead to update the #2554. I'm using a jupyter notebook which is located inside a docker (i have all the privileges in that) and the docker is mounted on a private storage system which belong to the company where i am currently doing the job. In this the 'results' folder isn't populated with the weights of patchcore or padim but if i try colab the 'results' folder is instead populated (unfortunately i cannot use colab for my work due to the limited ram). I might think that the problem is some missing permission for access to download the weights and create the correct 'results' folder but i don't know which |
I guess it's a permission issue in your docker, you should try to make sure that you have write permissions in your docker. |
Ok thanks, yes i'm the root of the docker and have persmission of writng in it. So i think that i've to update the permission of the anomalib forlder to write and modify folders in my docker. |
Describe the bug
I'm working with anomalib v2 on a jupyter notebook and when i create a new patchcore model i think that the download failed. Infact when i try the fit the model don't create a symbolinc path with the weights because there aren't in the results (i change the default_root_dir but with the default the outcome is the same) folder
Dataset
N/A
Model
N/A
Steps to reproduce the behavior
eng_patchcore = Engine(default_root_dir = 'risultati')
md_patchcore = Patchcore(evaluator = ev_DISCHITOP)
eng_patchcore.fit(model = md_patchcore, datamodule = datamodule_DISCHITOP)
OS information
OS information:
Expected behavior
correct download of the weights and placed in results
Screenshots
No response
Pip/GitHub
pip
What version/branch did you use?
main
Configuration YAML
N/A
Logs
Code of Conduct
The text was updated successfully, but these errors were encountered: