DOF-GS with Joint Camera Optimization
config conda environment
1 | xdantong@longleaf-login6 dof gaussian camoptim]$ module unload python |
pip install torch==2.0.1 torchvision==0.15.2 torch-cluster==1.6.3 torchaudio==2.0.2 -f https://download.pytorch.org/whl/torch_stable.html
1 | conda activate dof_gs |
1 |
|
install torch-cluster:
pip install torch-cluster==1.6.3 -f https://data.pyg.org/whl/torch-1.8.1+cu102.html
1 | pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 -f https://download.pytorch.org/whl/torch_stable.html |
conda install setuptools wheel
module avail cuda
module load cuda/11.8
version `GLIBCXX_3.4.29‘ not found解决办法:
https://blog.csdn.net/qq_43824135/article/details/136918157
1 | python train.py --config config_files/config_version1_exp1.yaml |
方法一:在 conda 环境中安装 GCC 和 G++
1 | conda install -c conda-forge gcc=12.3.0sbat |
1 |
|
module load anaconda/2021.11
module load cuda/11.8
conda activate dof_gs
CUDA = 12.4
pip install torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio==2.0.2+cu118 -f https://download.pytorch.org/whl/torch_stable.html
conda install pytorch-cluster -c pyg
python train.py –config config_files/config_version1_exp1.yaml
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.