By Tripo

TripoSF represents a significant leap forward in 3D shape modeling, combining high-resolution capabilities with arbitrary topology support. Our approach enables:
SparseFlex, the core design powering TripoSF, introduces a sparse voxel structure that:
git clone https://github.com/VAST-AI-Research/TripoSF.git
cd TripoSF
# Install PyTorch (select the correct CUDA version)
pip install torch torchvision --index-url https://download.pytorch.org/whl/{your-cuda-version}
# Install other dependencies
pip install -r requirements.txt
ckpts/ directoryBasic reconstruction using TripoSFVAE:
python inference.py --mesh-path "assets/examples/jacket.obj" \
--output-dir "outputs/" \
--config "configs/TripoSFVAE_1024.yaml"
python app.py

pruning in the configuration:
pruning: true
sample_points_num: 1638400 # Default: 819200
resolution: 1024 # Options: 256, 512, 1024
TripoSF VAE Architecture:
@article{he2025triposf,
title={SparseFlex: High-Resolution and Arbitrary-Topology 3D Shape Modeling},
author={He, Xianglong and Zou, Zi-Xin and Chen, Chia-Hao and Guo, Yuan-Chen and Liang, Ding and Yuan, Chun and Ouyang, Wanli and Cao, Yan-Pei and Li, Yangguang},
journal={arXiv preprint arXiv:2503.21732},
year={2025}
}
Our work builds upon these excellent repositories:
This project is licensed under the MIT License - see the LICENSE file for details.