
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到預驗證的高斯人並運行我們的演示腳本。
存儲庫仍在建設中,感謝您的耐心配合。
我們的代碼基於這些出色的存儲庫: