diffusion-hyperfeatures / diffusion_hyperfeatures

Official PyTorch Implementation for Diffusion Hyperfeatures, NeurIPS 2023
85 stars 9 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'weights/aggregation_network.pt' #1

Closed 3202336152 closed 1 year ago

3202336152 commented 1 year ago

First of all, thank you very much for your work. You've done an excellent job.I would like to ask if you can give the file of this weight. weights/aggregation_network.pt.

g-luo commented 1 year ago

Hi! Thanks for your kind comments. You can download the weights from our servers. In the root folder diffusion_hyperfeatures, run:

mkdir weights
wget http://diffusion_hyperfeatures.berkeleyvision.org/weights/aggregation_network.pt -O weights/aggregation_network.pt