赞
踩
最近在跑实验时需要可视化3DGS/2DGS的重建后的图形界面,所以需要一个可视化工具,需要的软硬件要求如下:
Hardware Requirements
Software Requirements
下面是具体的安装步骤:
首先需要安装Cmake编译工具。
Cmake安装教程
一般就推荐Windows系统下载了,因为Ubuntu的可视化能力…你们懂的。
SINR_viewer是在本地Windows系统下运行的,我们需要将它连接到远程机(即模型所在的服务器)上进行数据监测,常见的命令如下所示:
SIBR_remoteGaussian_app.exe --path <数据集路径>
或者
SIBR_remoteGaussian_app.exe -s <数据集路径>
SIBR_remoteGaussian_app.exe --ip <远程机器的IP地址>
SIBR_remoteGaussian_app.exe --port <端口号>
SIBR_remoteGaussian_app.exe --rendering-size <宽度> <高度>
如果需要强制长宽比:
SIBR_remoteGaussian_app.exe --rendering-size <宽度> <高度> --force-aspect-ratio
SIBR_remoteGaussian_app.exe --load_images
python train.py --ip 0.0.0.0 --port 6009
这条命令将训练过程启动,并使其监听所有网络接口上的端口6009。
cd C:\SIBR_viewer\bin
SIBR_remoteGaussian_app.exe --ip 192.168.1.100 --port 6009 --path C:\data\source_data --rendering-size 1920 1080 --load_images
以上就是全部的关键流程,码字不易,还请多多支持咩!
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。