I think this will make the quality of gaussian splatting extremely high.
At the moment I can see the SH Bands feature in supersplat.
Will we be able to use SH Bands in the playcanvas editor in the future?
The current SH rendering results are very nice.
Currently, SH is not compressed and PLY is used as is. is there a possibility that SH will be compressed as well?
Or is it better to generate the optimal splat with SH level 0 as a final solution for quality and memory cost?
There is a plan to update the compressed format to include SH, but that has not been done yet unfortunately.
For now, the options are:
train GS with SH and use uncompressed ply (best quality, largest size)
train GS without SH and use compressed format (great quality, small size)
train GS with SH, but export it to compressed format. This strips out SH from the file. (not great quality, as ideally what you train matching rendering, and so this path is not recommended).
@mvaligursky
Thanks for explaining.
Is it possible with some of the current software to generate an optimal splat with the assumption of no SH.
postshot does not support it.