Although the output of the system is a Gaussian splatting, it does not save the file into a standardized format. Which means additional routines are required to visualize the result in the other Gaussian splatting visualizer.
Changes
Added requirements for plyfile==0.8.1 for Gaussian splatting support.
In utils/common_utils.py, added additional procedure for converting params.npz into gsplat.ply. Conversion does not preserve every information, e.g., trajectory is not recorded in Gaussian splatting format.
Issue
Although the output of the system is a Gaussian splatting, it does not save the file into a standardized format. Which means additional routines are required to visualize the result in the other Gaussian splatting visualizer.
Changes
plyfile==0.8.1
for Gaussian splatting support.utils/common_utils.py
, added additional procedure for convertingparams.npz
intogsplat.ply
. Conversion does not preserve every information, e.g., trajectory is not recorded in Gaussian splatting format.Related issue
https://github.com/spla-tam/SplaTAM/issues/22