waczjoan / gaussian-mesh-splatting

Other
274 stars 12 forks source link

no rendering colors in SIBR with gs_flat models #5

Closed cv-lab-x closed 3 months ago

cv-lab-x commented 4 months ago

thanks for your great work,some little errors : there're no rendering colors with gs_flat models in SIBR? Looking forward to your reply, thanks! @waczjoan

waczjoan commented 4 months ago

Thank you!

May I ask additional context regarding the issue? Perhaps a code snippet or a comparison with another model could help elucidate the problem further.

I'd like to stress at this moment that flat Gaussian splatting essentially yields identical results to original Gaussian splatting, except that it enforces flatness during the learning phase. Additionally, it employs the same pruning processes. Consequently, as flat Gaussian splatting output, we obtain comprehensive information about the Gaussians, including their position, scale, rotation, color, opacity, and so forth. But I have a feeling that's not what you're asking about.