szymanowiczs / splatter-image

Official implementation of `Splatter Image: Ultra-Fast Single-View 3D Reconstruction' CVPR 2024
https://szymanowiczs.github.io/splatter-image
BSD 3-Clause "New" or "Revised" License
795 stars 54 forks source link

The most related paper #51

Closed leo-frank closed 2 months ago

leo-frank commented 3 months ago

Thanks for your awesome work.

I wonder if there exists any paper that focus on the same task as yours with two attributes:

Thanks again for your solid coding!

szymanowiczs commented 2 months ago

I think we are the first (and perhaps only?) model to do inference from a single image using Gaussians as an underlying representation. The closest pre-gaussian splatting models are perhaps Point Out Net https://openaccess.thecvf.com/content_cvpr_2017/papers/Fan_A_Point_Set_CVPR_2017_paper.pdf and SynSin https://arxiv.org/abs/1912.08804