mhamilton723 / FeatUp

Official code for "FeatUp: A Model-Agnostic Frameworkfor Features at Any Resolution" ICLR 2024
MIT License
1.38k stars 78 forks source link

Local checkpoint support #53

Open tymanab opened 6 months ago

tymanab commented 6 months ago

Hi, Thanks for release this awesome project. Could you please add an example about how to load a clip upsampler from pre-download local checkpoint? I don't have stable network connection to torch hub, and torch.hub.load() will not work sometimes even I already cached the model.

Besides,is there any method to make this model work with OpenAI‘s original CLIP implementions?A special version of CLIP will bring a lot of challenges for models that used clip backbone encoder.