microsoft / GLIP

Grounded Language-Image Pre-training
MIT License
2.18k stars 191 forks source link

Why do I report the following error when running this command: #125

Open pcxdi opened 1 year ago

pcxdi commented 1 year ago

wget https://penzhanwu2bbs.blob.core.windows.net/data/GLIPv1_Open/models/swin_tiny_patch4_window7_224.pth -O swin_tiny_patch4_window7_224.pth wget https://penzhanwu2bbs.blob.core.windows.net/data/GLIPv1_Open/models/swin_large_patch4_window12_384_22k.pth -O swin_large_patch4_window12_384_22k.pth Why do I report the following error when running this command: wget : PublicAccessNotPermittedPublic access is not permitted on this storage account. RequestId:f28abeae-701e-005c-373c-cbea22000000 Time:2023-08-10T03:40:51.52441 84Z

vatdut8994 commented 1 year ago

I don't know why there are so many issues left unanswered on this repository. I am also struggling through this repository so much. Everything is outdated!

But I also encountered this issue. You can use this command to install the weights for the large model:

!wget https://huggingface.co/GLIPModel/GLIP/resolve/main/glip_large_model.pth -O MODEL/glip_large_model_o365_goldg_cc_sbu.pth !wget https://raw.githubusercontent.com/microsoft/GLIP/main/configs/pretrain/glip_Swin_L.yaml -O configs/glip_Swin_L.yaml