mkkellogg / GaussianSplats3D

Three.js-based implementation of 3D Gaussian splatting
MIT License
1.09k stars 134 forks source link

When can 2D Gaussian be supported? #267

Open chenqi13814529300 opened 2 days ago

mkkellogg commented 13 hours ago

Very soon :) It's just a matter of verifying that the output of my viewer matches the output of the reference viewer in https://surfsplatting.github.io/. I've just been having a hard time getting their viewer to work. My viewer currently appears to work pretty well for 2D splat scenes so you can just use the 2dgs branch right now if you want.