mala-lab / InCTRL

Official implementation of CVPR'24 paper 'Toward Generalist Anomaly Detection via In-context Residual Learning with Few-shot Sample Prompts'.
Apache License 2.0
83 stars 12 forks source link

Can you provide the download address for vit'b_16_plus_240 laion400m_e32-699c4b84.pt #6

Closed FudaMingdaXsc closed 3 months ago

FudaMingdaXsc commented 3 months ago

Can you provide the download address for vit'b_16_plus_240 laion400m_e32-699c4b84.pt

hejinsome commented 3 months ago

you need to modify engine_IC.py: with pathmgr.open("./pretained/checkpoints/2/checkpoint.pyth", "rb") as f: checkpoint = torch.load(f, map_location="cpu") run...

Diana1026 commented 3 months ago

Hi, you can download it by this link.