Support for .spz files (compressed gaussian splats)

Hi, I am looking for direction on how to possibly implement support for .spz files in TD. They are compressed versions of .ply files specifically created for gaussian splats. Do I have to roll a c++ TOP? Or perhaps better to write a script outside of TD to convert the compressed .spz to a .ply file that TD can handle natively already?

More info: Open-sourcing .SPZ: it’s .JPG for 3D Gaussian splats — Scaniverse

Github repo for the .spz format:
.spz

1 Like

Hi @watershed,

thanks for sharing this, added it as an RFE for further consideration.

cheers
Markus

thank you markus

if i were to try and do this myself, would the right place to start be writing my own cpp TOP to process the .spz file into a TD-readable format?