File size: 1,669 Bytes
f2488b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235f030
f2488b7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
license: mit
pipeline_tag: image-to-3d
tags:
- 3d-reconstruction
- 3d-modeling
- triposf
- vae
---
# TripoSF: High-Resolution 3D Shape Modeling with SparseFlex

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.

## Model Description

TripoSF leverages a novel SparseFlex representation that combines the accuracy of Flexicubes with an efficient sparse voxel structure, focusing computation on surface-adjacent regions.

### Key Features
- πŸ” Ultra-high resolution reconstruction (up to $1024^3$)
- 🎯 Direct optimization from rendering losses
- 🌐 Natural handling of open surfaces and complex topologies
- πŸ’Ύ Memory-efficient sparse computation
- πŸ”„ Differentiable mesh extraction with sharp features

## Intended Uses

This model is designed for:
- High-fidelity 3D shape reconstruction
- Mesh generation and modeling
- 3D asset creation and optimization

## Requirements

- CUDA-capable GPU (β‰₯12GB VRAM recommended for $1024^3$ resolution)
- PyTorch 2.0+

## Usage

For detailed usage instructions, please visit our [GitHub repository](https://github.com/VAST-AI-Research/TripoSF).

## About

TripoSF is developed by [Tripo](https://www.tripo3d.ai), [VAST AI Research](https://github.com/orgs/VAST-AI-Research), pushing the boundaries of 3D Generative AI.
For more information:
- [Project Page](https://xianglonghe.github.io/TripoSF/)
- [Paper](https://arxiv.org/abs/2503.21732)
- [GitHub Repository](https://github.com/VAST-AI-Research/TripoSF)