Is there a way to generate a .ksplat file with a python script ? #353
-
|
Hello, I have a question. After training a model, I have my PLY file, and I want to convert it to a KSPLAT file. I've tried to do it myself but there is too many conditions with the gaussian-splat-3d module. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Right now, all the format conversion code is fairly tightly coupled to the code in the Viewer, so it will definitely take some work to break it out and convert it to Python. Someday, hopefully I will get around to it! |
Beta Was this translation helpful? Give feedback.
Right now, all the format conversion code is fairly tightly coupled to the code in the Viewer, so it will definitely take some work to break it out and convert it to Python. Someday, hopefully I will get around to it!