fastgs / README.md
vincentqu's picture
Duplicate from Goodsleepeverday/fastgs
53a2ad3
metadata
pipeline_tag: image-to-3d
library_name: fastgs
language:
  - en
license: mit
base_model: fastgs/base
big_model: fastgs/Big
tags:
  - trianing acceleration
  - 3DGS
  - 3D Gaussian splatting
  - Novel view synthesis

FastGS: Training 3D Gaussian Splatting in 100 Seconds

๐ŸŒ Homepage | ๐Ÿ“„ Paper | ๐Ÿ–ฅ๏ธ GitHub

๐Ÿš€ What Makes FastGS Special?

FastGS is a general acceleration framework that supercharges 3D Gaussian Splatting training while maintaining Comparable rendering quality. Our method stands out with:

  • โšก Blazing Fast Training: Achieve SOTA results within 100 seconds. 3.32ร— faster than DashGaussian on Mip-NeRF 360 dataset. 15.45ร— acceleration vs vanilla 3DGS on Deep Blending.
  • โšก High fidelity: Comparable rendering quality with SOTA methods
  • ๐ŸŽฏ Easy Integration: Seamlessly integrates with various backbones (Vanilla 3DGS, Scaffold-GS, Mip-splatting, etc.)
  • ๐Ÿ› ๏ธ Multi-Task Ready: Proven effective across dynamic scenes, surface reconstruction, sparse-view, large-scale, and SLAM tasks
  • ๐Ÿ’ก Memory-Efficient: Low GPU Memory requirements make it accessible for various hardware setups
  • ๐Ÿ”ง Easy Deployment: Simple post-training tool for feedforward 3DGS that works out-of-the-box