Open NIZAHO opened 2 months ago
Are you talking about the export feature? Using ns-export
, you can generate a .ply
splat file to be opened on external viewers, such as PlayCanvas.
Just do:
ns-export gaussian-splat --load-config <config_file> --output-dir <output_dir>
where _configfile is your YML file obtained through the training and _outputdir is the directory where to put the splat.
@alancneves How do i export .splat? Would be useful for the WebGL Viewer
@alancneves How do i export .splat? Would be useful for the WebGL Viewer
Given the .ply
file, use the converter from https://github.com/antimatter15/splat!
Is there a way in nerfstudio to convert .pt files generated in the gsplat library to .ply or .splat?