mhamilton723 / FeatUp

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

Way to install FeatUp (it works for me) #76

Open YeongHyeon opened 2 hours ago

YeongHyeon commented 2 hours ago

I guess there are some difficulties with installing FeatUp.

Before trying to install FeatUp, I highly recommend to reinstall torch-related packages by following the command. (Just copy and paste!)

pip install torch==2.5.0 torchvision==0.20.0 torchaudio==2.5.0 --index-url https://download.pytorch.org/whl/cu118

I also struggled to install FeatUp but now I successfully installed it.

YeongHyeon commented 2 hours ago

Additional info. about my dev. envs.

Python 3.10.15

open-clip-torch:2.23.0
pytorch-lightning:2.4.0
torch:2.5.0+cu118
torch-geometric:2.6.1
torchaudio:2.5.0+cu118
torchgeometry:0.1.2
torchmetrics:1.4.2
torchsummary:1.5.1
torchvision:0.20.0+cu118

CUDA:12.2

My CUDA setting is 12.2 but it supports for cuda 11.8 libraries.