autonomousvision / mip-splatting

[CVPR'24 Best Student Paper] Mip-Splatting: Alias-free 3D Gaussian Splatting
https://niujinshuchong.github.io/mip-splatting/
Other
989 stars 63 forks source link

Web Viewer Source Code #33

Open hecodeit opened 3 months ago

hecodeit commented 3 months ago

Originally posted by @niujinshuchong in https://github.com/autonomousvision/mip-splatting/issues/21#issuecomment-1954530631

Although the link provided points to the location of the Viewer's JavaScript source code, there are two issues that need to be addressed:

  1. The source code is packaged, and it is unclear which parts of GaussianSplats3D have been modified;
  2. The online viewer for mip-splatting has performance issues. For the same scene, such as Garden, the frame rate for mip-splatting is only 30 FPS, while the online demo for GaussianSplats3D achieves 60 FPS. How can the rendering performance of mip-splatting be improved?
niujinshuchong commented 3 months ago

Hi, only small change is made, something like this Screenshot from 2024-05-02 14-17-46.

I don't think the speed is different but maybe the GaussianSplats3D has made some improvement and i am using some kind of old version of it.

hecodeit commented 1 month ago

@niujinshuchong

Can you tell me which version of GaussianSplats3D you are using?