
Yiwen Chen *1,2 ,Zilong Chen *3 ,Chi Zhang 2 ,Feng Wang 3 ,Xiaofeng Yang 2 ,
Yikai Wang 3 ,Zhongang Cai 4 Lei Yang 4 Huaping Liu 3 Guosheng Lin ** 1,2
*同等的贡献。 **通讯作者。
1 S-LAB,Nanyang Technological University,
2南洋技术大学计算机科学与工程学院,
3 Tsinghua University计算机科学技术系, 4 Sensetime Research,
我们的环境已在Ubuntu 22,CUDA 11.8上进行了测试,其中3090,A5000和A6000。
git clone https://github.com/buaacyw/GaussianEditor.git && cd GaussianEditor
# (Option one) Install by conda
conda env create -f environment.yaml
# (Option two) You can also install by pip
# CUDA version 11.7
pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
# CUDA version 11.8
pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
pip install -r requirements.txt
# (Option three) If the below two options fail, please try this:
# For CUDA 11.8
bash install.sh
mkdir extern && cd extern
git clone https://github.com/heheyas/viser
pip install -e viser
cd ..
sh download_wonder3d.sh请注意,我们的WebUI目前正在Beta版本中。在Viser提供支持的情况下,即使您仅限于远程服务器,也可以使用我们的WebUI。有关详细信息,请遵循WebUI指南。
对3D编辑的需求非常多样化。例如,如果您只想更改纹理和材料或显着修改几何形状,那么很明显,一定大小的所有超级参数将无法正常工作。因此,我们无法提供在所有情况下有效工作的默认超参数设置。因此,如果您的结果不符合期望,请参阅我们的高参数调整文档。在其中,我们详细介绍了每个高参数的功能,并建议在遇到特定问题时要调整哪些参数。
我们还提供了高斯编码器的命令行版本。像Webui一样,您需要指定通知的高斯和Colmap输出的路径。请在sciprt文件夹中检查脚本。只需更改data.source即可到达您的Colmap输出目录和system.gs_source到预验证的高斯人并运行我们的演示脚本。
存储库仍在建设中,感谢您的耐心配合。
我们的代码基于这些出色的存储库: