安装
git clone https://github.com/hwanhuh/2D-GS-Viser-Viewer.git --recursive
cd 2D-GS-Viser-Viewer
pip install viser==0.1.29
pip install splines
pip install lightning
可视化 2DGS 点云文件
python viewer.py <path to pre-trained model> <or direct path to the ply file> -s <data source path>
#enable transform mode
python viewer.py <path to pre-trained model> -s <data source path> --enable_transform
带查看器的训练
python train_w_viewer.py -s <path to datas>