mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2024-11-21 07:47:51 +00:00
21 lines
372 B
YAML
21 lines
372 B
YAML
name: gaussian_splatting
|
|
channels:
|
|
- pytorch
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- cudatoolkit=11.6
|
|
- plyfile
|
|
- 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
|
|
- submodules/fused-ssim
|
|
- opencv-python
|
|
- joblib
|