nielsr HF Staff commited on
Commit
dbe396f
·
verified ·
1 Parent(s): 5bf1ad2

Add library name and link to Github

Browse files

This PR adds the correct library name to the model card. Besides that, it adds a link to the Github repository of the project.

Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: image-to-3d
 
4
  tags:
5
  - Feed-forward
6
  - 3D Gaussian Splatting
@@ -24,6 +25,8 @@ tags:
24
 
25
  Official implementation of **VicaSplat** - feed-forward 3D Gaussians reconstruction and camera pose estimation from unposed video frames in ~0.1s!
26
 
 
 
27
  ## Citation
28
 
29
  ```
 
1
  ---
2
  license: apache-2.0
3
  pipeline_tag: image-to-3d
4
+ library_name: pytorch
5
  tags:
6
  - Feed-forward
7
  - 3D Gaussian Splatting
 
25
 
26
  Official implementation of **VicaSplat** - feed-forward 3D Gaussians reconstruction and camera pose estimation from unposed video frames in ~0.1s!
27
 
28
+ Github repository: https://github.com/WU-CVGL/VicaSplat
29
+
30
  ## Citation
31
 
32
  ```