gaussian-splatting/environment.yml
Shakiba Kheradmand 7a4611defd 1 - add configs to reproduce MipNerf360 results
2 - add instructions to build the code on ubuntu
3- add video and names
2024-06-26 21:45:16 -07:00

17 lines
293 B
YAML

name: gaussian_splatting
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- cudatoolkit=11.7
- plyfile
- python=3.8
- pytorch=1.13.1
- torchaudio=0.13.1
- torchvision=0.14.1
- tqdm
- pip:
- submodules/diff-gaussian-rasterization
- submodules/simple-knn