nielsr HF staff commited on
Commit
fea8462
·
verified ·
1 Parent(s): 1378c14

Add model card

Browse files

This 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.

Files changed (1) hide show
  1. README.md +8 -3
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.