microsoft / FocalNet

[NeurIPS 2022] Official code for "Focal Modulation Networks"
MIT License
682 stars 61 forks source link

How to download Focal-DINO weights ? Model zoo links throw error #45

Closed InternetXplorer closed 1 year ago

InternetXplorer commented 1 year ago

I tried downloading some pretrained weights from the model zoo of the focal-DINO repo, but the link throws an error ("Public access is not permitted on this storage account."). I saw that the same issue has been discussed for FocalNet's model zoo, and the answer was to look on huggingface. However I can't find anything on huggingface for the DINO version of FocalNet. Where can I find that ?

zen-d commented 1 year ago

@jwyang Exactly the same issue. Could you please help with that?

jwyang commented 1 year ago

I am working on that. It is because the public links are now turned into private forcely.

zen-d commented 1 year ago

Thanks for your prompt reply! Look forward to seeing the public models soon.

jwyang commented 1 year ago

Please find the ckpts here: https://huggingface.co/microsoft/focalnet-large-fl4-dino-o365/resolve/main/focalnet_large_fl4_pretrained_on_o365.pth and https://huggingface.co/microsoft/focalnet-large-fl4-dino-o365-cocoft/resolve/main/focalnet_large_fl4_o365_finetuned_on_coco.pth

InternetXplorer commented 1 year ago

Thank you very much !