autonomousvision / mip-splatting

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

Unable to reproduce your results #10

Closed Contrail97 closed 8 months ago

Contrail97 commented 9 months ago

Weixin Screenshot_20231209113302 Weixin Screenshot_20231209113330 There is my command and I didn't change anything from your code: python ./scripts/run_mipnerf360.py , but I uploaded the .ply generated by your code to the onlineviwer I found some floaters and white spots.

Contrail97 commented 9 months ago

Those results all exhibited in iteration_30000

niujinshuchong commented 9 months ago

Hi, the viewer expects fused point cloud as input. Please follow here for how to create it. https://github.com/autonomousvision/mip-splatting#online-viewer

Ericgone commented 5 months ago

Weixin Screenshot_20231209113302 Weixin Screenshot_20231209113330 There is my command and I didn't change anything from your code: python ./scripts/run_mipnerf360.py , but I uploaded the .ply generated by your code to the onlineviwer I found some floaters and white spots.

Hi, do we need to run"create_fused_ply,py" to obtain all metric values?