Research paper for single-view 3D reconstruction using hybrid representation
Top 41.7% on sourcepulse
This project provides a fast and generalizable single-view 3D reconstruction system, targeting researchers and developers in computer vision and graphics. It enables high-quality 3D reconstruction from a single image in seconds, leveraging a novel hybrid Triplane-Gaussian representation.
How It Works
The system employs a hybrid 3D representation combining Triplane and Gaussian Splatting. Triplanes offer an efficient implicit representation, while Gaussian Splatting provides explicit, high-fidelity rendering. This fusion allows for fast inference and high-quality results by capturing both global structure and fine details. Transformers are utilized to process the input image and guide the reconstruction process.
Quick Start & Requirements
pip install -r requirements.txt
(after installing PyTorch, pointnet2_ops, pytorch_scatter, and diff-gaussian-rasterization).cu113
), CUDA 11.3, pointnet2_ops
, pytorch_scatter
, diff-gaussian-rasterization
, PyTorch3D.VAST-AI/TriplaneGaussian
).Highlighted Details
graphdeco-inria/gaussian-splatting
PLY format.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
cam_dist
parameter, requiring tuning for optimal output.1 year ago
1+ week