caoyunkang / Segment-Any-Anomaly

Official implementation of "Segment Any Anomaly without Training via Hybrid Prompt Regularization (SAA+)".
704 stars 76 forks source link

huggingface_hub.utils._errors.LocalEntryNotFoundError #18

Closed ziyouzheilu closed 10 months ago

ziyouzheilu commented 1 year ago

When I python run_VisA_public.py,it appears that huggingface_hub.utils._errors.LocalEntryNotFoundError: Connection error, and we cannot find the requested files in the disk cache. Please try again or make sure your Internet connection is on.

caoyunkang commented 1 year ago

Hi! It appears to be the problem with HuggingFace connection. I have tried to run run_VisA_public.py on my local server but found no problem. Could you please provide more details, or have you tried my Colab demo (https://colab.research.google.com/drive/12Sh0j92YYmTa0oIuSEWWpPBCpIwCSVhz?usp=sharing)?