Skip to content
/ gsbox Public

一个关于 3d gaussian splating 的命令行小工具盒,ply 转 splat,ply 转 spx,或者 splat 转 ply,splat 转 spx 等命令行操作。convert ply to splat or spx, convert splat to ply or spx,etc.

License

Notifications You must be signed in to change notification settings

gotoeasy/gsbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gsbox

一个关于 3d gaussian splatting 的小工具盒。
.ply.splat之间的转换有nodejs版本也有python版本,都太重了,故有此一举。

写一写,加深理解
弄一弄,争取实用
搞搞搞,越做越好


功能

  • 文件格式的装换,支持3DGS.ply.splat.spx格式
  • 查看.ply.spx的文件头信息或.splat的高斯点数量

关于.spx

命令示例

Usage:
  gsbox [options]

Options:
  p2s, ply2splat           convert ply to splat
  p2x, ply2spx             convert ply to spx
  s2p, splat2ply           convert splat to ply
  s2x, splat2spx           convert splat to spx
  x2p, spx2ply             convert spx to ply
  x2s, spx2splat           convert spx to splat
  simple-ply               simple mode to write ply
  info <file>              display the model file information
  -i, --input <file>       specify the input file
  -o, --output <file>      specify the output file
  -c, --comment <text>     output ply/spx with the comment
  -v, --version            display version information
  -h, --help               display help information

Examples:
  gsbox ply2splat -i /path/to/input.ply -o /path/to/output.splat
  gsbox s2x -i /path/to/input.splat -o /path/to/output.spx -c "your comment"
  gsbox x2p -i /path/to/input.spx -o /path/to/output.ply simple-ply
  gsbox s2p -i /path/to/input.splat -o /path/to/output.ply -c "your comment"
  gsbox info -i /path/to/file.spx


# 把3dgs的ply转成spx并添加自定义说明
gsbox ply2spx -i /path/to/input.ply -o /path/to/output.spx -c "your comment here"

# 查看spx的文件头信息
gsbox info -i /path/to/file.spx

更新履历、二进制执行文件下载

https://github.com/gotoeasy/gsbox/releases

About

一个关于 3d gaussian splating 的命令行小工具盒,ply 转 splat,ply 转 spx,或者 splat 转 ply,splat 转 spx 等命令行操作。convert ply to splat or spx, convert splat to ply or spx,etc.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages