Update README
Browse files- .gitattributes +1 -0
- README.md +9 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
weights filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
|
5 |
+
This repository stores the pre-trained weights for [Diffusion Hyperfeatures: Searching Through Time and Space for Semantic Correspondence](https://diffusion-hyperfeatures.github.io). The code implementation of our method can be found at [https://github.com/diffusion-hyperfeatures/diffusion_hyperfeatures](https://github.com/diffusion-hyperfeatures/diffusion_hyperfeatures).
|
6 |
+
|
7 |
+
### Pretrained Networks
|
8 |
+
This repository contains the following pretrained aggregation networks.
|
9 |
+
|
10 |
+
- [Ours - SDv1-5](https://huggingface.co/g-luo/diffusion-hyperfeatures/resolve/main/weights/aggregation_network.pt?download=true)
|
11 |
+
- [Ours - SDv1-5 (One-Step)](https://huggingface.co/g-luo/diffusion-hyperfeatures/resolve/main/weights/aggregation_network_one-step.pt?download=true)
|
12 |
+
- [Ours - SDv2-1](https://huggingface.co/g-luo/diffusion-hyperfeatures/resolve/main/weights/aggregation_network_sdv2-1.pt?download=true)
|