Add model card
Browse filesThis PR adds a model card, ensuring that this model can be found at https://huggingface.co/models?pipeline_tag=image-feature-extraction.
It also links the model to the paper [Multiview Equivariance Improves 3D Correspondence Understanding with Minimal Feature Finetuning](https://huggingface.co/papers/2411.19458), as well as links to the Github repository.
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-feature-extraction
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository contains the model introduced in the paper [Multiview Equivariance Improves 3D Correspondence Understanding with Minimal Feature Finetuning](https://huggingface.co/papers/2411.19458).
|
7 |
+
|
8 |
+
Code: https://github.com/qq456cvb/3DCorrEnhance.
|