initialneil / SplattingAvatar

[CVPR2024] Official implementation of SplattingAvatar.
Other
406 stars 39 forks source link

Method of importing PLY to Unity query #33

Closed trThanhnguyen closed 3 months ago

trThanhnguyen commented 4 months ago

Hi, thanks for your great work and sharing.

I'd like to ask how did you import the resulting .ply file of the Gaussians into Unity. I've tried the Gaussian Splatting plugin but it failed with error: PLY vertex size mismatch, expected 248 but file has 68.

Any help would be appreciated. Regards.

initialneil commented 3 months ago

Your ply is trained with sh=0. For Unity plugin, eighter fix Unity for less sh values or re-write the ply with more sh values filled zeros.

trThanhnguyen commented 3 months ago

Thank you. I can import it now. Appreciate!