xverse-engine / XV3DGS-UEPlugin

A Unreal Engine 5 (UE5) based plugin aiming to provide real-time visulization, management, editing, and scalable hybrid rendering of Guassian Splatting model.
Apache License 2.0
441 stars 65 forks source link

3DGS-File trained with nerfstudio is not working with ue5.3 #13

Closed giscap closed 4 months ago

giscap commented 5 months ago

FYI

I trained a 3DGS-Modell with Nerfstudio which i loaded through your plugin to ue5.3 but the loaded Modell is super laggy and has fales colors. Somehow the turnaraound explained below fixed the problem:

SOLUTION: import it to blender with the gaussian-splatting addon from here: https://github.com/ReshotAI/gaussian-splatting-blender-addon/blob/master/blender-addon/plyfile.py and exporting it again. It creates a file with the same size than the original one from nerfstudio, but can now be loaded corretly to XV3DGS and ue5.3

thx for your work

Flupke70 commented 5 months ago

I have the same problem here.. You found any solution for this ? Thanks

lxk121lalala commented 5 months ago

FYI

I trained a 3DGS-Modell with Nerfstudio which i loaded through your plugin to ue5.3 but the loaded Modell is super laggy and has fales colors. Somehow the turnaraound explained below fixed the problem:

SOLUTION: import it to blender with the gaussian-splatting addon from here: https://github.com/ReshotAI/gaussian-splatting-blender-addon/blob/master/blender-addon/plyfile.py and exporting it again. It creates a file with the same size than the original one from nerfstudio, but can now be loaded corretly to XV3DGS and ue5.3

thx for your work

We added support for nerfstudio in the just released v1.1.2 plugin, please try again and contact me if there are any bugs