gaussian-splatting/environment.yml

19 lines
331 B
YAML
Raw Normal View History

2023-07-04 08:00:48 +00:00
name: gaussian_splatting
channels:
- pytorch
- conda-forge
- defaults
dependencies:
- cudatoolkit=11.6
2024-03-17 10:41:52 +00:00
- plyfile
2023-07-04 08:00:48 +00:00
- python=3.7.13
- pip=22.3.1
- pytorch=1.12.1
- torchaudio=0.12.1
- torchvision=0.13.1
- tqdm
- pip:
- submodules/diff-gaussian-rasterization
2024-03-17 10:41:52 +00:00
- submodules/simple-knn
- opencv-python