mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2024-11-22 16:28:32 +00:00
17 lines
316 B
YAML
17 lines
316 B
YAML
|
name: gaussian_splatting
|
||
|
channels:
|
||
|
- pytorch
|
||
|
- conda-forge
|
||
|
- defaults
|
||
|
dependencies:
|
||
|
- cudatoolkit=11.6
|
||
|
- plyfile=0.8.1
|
||
|
- 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
|
||
|
- submodules/simple-knn
|