nielsr HF staff commited on
Commit
d49a6f0
·
verified ·
1 Parent(s): 235f030

Add library name

Browse files

This PR adds the `library_name` metadata, which improves the model's discoverability on the Hub.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
  license: mit
3
  pipeline_tag: image-to-3d
 
4
  tags:
5
  - 3d-reconstruction
6
  - 3d-modeling
7
  - triposf
8
  - vae
9
  ---
 
10
  # TripoSF: High-Resolution 3D Shape Modeling with SparseFlex
11
 
12
  TripoSF is a state-of-the-art 3D shape modeling framework that enables differentiable mesh reconstruction at resolutions up to $1024^3$ directly from rendering losses. This repository contains the pretrained VAE model for high-fidelity 3D reconstruction.
 
1
  ---
2
  license: mit
3
  pipeline_tag: image-to-3d
4
+ library_name: pytorch
5
  tags:
6
  - 3d-reconstruction
7
  - 3d-modeling
8
  - triposf
9
  - vae
10
  ---
11
+
12
  # TripoSF: High-Resolution 3D Shape Modeling with SparseFlex
13
 
14
  TripoSF is a state-of-the-art 3D shape modeling framework that enables differentiable mesh reconstruction at resolutions up to $1024^3$ directly from rendering losses. This repository contains the pretrained VAE model for high-fidelity 3D reconstruction.