nielsr HF staff commited on
Commit
0881424
·
verified ·
1 Parent(s): d0eac8c

Add pipeline tag, link to paper

Browse files

This PR improves the model card by adding the `pipeline_tag`, enabling people to discover this model using the pipeline filter. It also adds a link to the
paper page and the Github repository.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -2,4 +2,9 @@
2
  license: cc-by-nc-4.0
3
  base_model:
4
  - naver/DUSt3R_ViTLarge_BaseDecoder_224_linear
5
- ---
 
 
 
 
 
 
2
  license: cc-by-nc-4.0
3
  base_model:
4
  - naver/DUSt3R_ViTLarge_BaseDecoder_224_linear
5
+ pipeline_tag: image-to-3d
6
+ ---
7
+
8
+ This repository contains the model for the paper [MV-DUSt3R+: Single-Stage Scene Reconstruction from Sparse Views In 2 Seconds](https://huggingface.co/papers/2412.06974).
9
+
10
+ Code: https://github.com/facebookresearch/mvdust3r