Skip to content

A Python script to convert Gaussian Splatting .ply files to .splat files

License

Notifications You must be signed in to change notification settings

SimonF24/ply_to_splat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ply_to_splat

A Python funtion/script to convert Gaussian Splatting .ply files to .splat files. The .splat file is a compressed representation so as part of this conversion all information about spherical harmonics and accordingly view-dependent effects is lost.

This is usable as a script through setting the "ply_file_to_convert" and "output_filename" variables or through importing the function and using it yourself.

The dependencies are numpy and plyfile.

About

A Python script to convert Gaussian Splatting .ply files to .splat files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages