donydchen / mvsplat

🌊 [ECCV'24 Oral] MVSplat: Efficient 3D Gaussian Splatting from Sparse Multi-View Images
https://donydchen.github.io/mvsplat
MIT License
750 stars 35 forks source link

Hi! How can I visualize the ply file with RGB colors? #39

Closed thucz closed 3 months ago

thucz commented 3 months ago

I cannot find out the entry to import the .ply file for Polycam. How did you make it?

donydchen commented 3 months ago

Hi @thucz, I remember there was a button on the Polycam homepage to upload the .ply file, but they seem to have removed that function.

You can also try to visualize the ply file by using the 3D Gaussian Splatting with Three.js, note that you will need to set the camera up as 0,0,1 if you export the .ply file using our project.

thucz commented 3 months ago

Thanks a lot!

thucz commented 3 months ago

Can this website support precomputed RGB outputs instead of spherical harmonics?