mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2025-04-02 00:34:58 +00:00
17 lines
293 B
YAML
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
|