-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathrequirements.txt
50 lines (44 loc) · 968 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
PyMCubes
xatlas
torch>=2.0.1
torchvision>=0.15.2
lightning>=2.2.1
hydra-core==1.3.2
hydra-colorlog==1.2.0
hydra-optuna-sweeper==1.2.0
omegaconf==2.3.0
rootutils==1.0.7
wandb==0.15.11
tensorboard==2.14.1
tensorboard-data-server==0.7.1
diffusers==0.25.0
transformers==4.28.1
accelerate==0.23.0
einops==0.6.1
opencv-python-headless==4.7.0.72
protobuf==3.20.3
wrapt==1.15.0
numpy==1.23.5
google==3.0.0
googleapis-common-protos==1.59.0
timm==0.9.7
kornia==0.7.0
matplotlib
scikit-learn
imageio[ffmpeg]
imageio[pyav]
nerfacc
jaxtyping
plyfile==0.8.1
# for eval mesh
# open3d
mesh2sdf
transforms3d
# ./submodules/nvdiffrast
# git+https://github.com/NVlabs/nvdiffrast.git
# ./submodules/diff-gaussian-rasterization
# git+https://github.com/graphdeco-inria/diff-gaussian-rasterization.git
git+https://github.com/ashawkey/diff-gaussian-rasterization.git
# ./submodules/simple-knn
git+https://gitlab.inria.fr/bkerbl/simple-knn.git
git+https://github.com/NVlabs/nvdiffrast/