-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathenvironment.yaml
56 lines (56 loc) · 953 Bytes
/
environment.yaml
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
51
52
53
54
55
56
name: chupa
channels:
- pytorch
- nvidia
- conda-forge
- defaults
dependencies:
- python=3.8
- pytorch
- torchvision
- torchaudio
- pytorch-cuda
- pip
- pip:
- pytorch-lightning==1.7.6
- packaging==21.3
- protobuf==3.20.*
- torchmetrics==0.11.4
- numpy==1.23.1
- chumpy
- gradio
- pycocotools
- torchgeometry
- torchdiffeq
- imageio
- imageio-ffmpeg
- opencv-python
- meshzoo
- pymeshlab
- pillow
- scikit-image
- tensorboard
- tqdm
- trimesh
- albumentations
- pudb
- omegaconf
- test-tube
- streamlit
- einops
- torch-fidelity
- transformers
- xformers
- PyOpenGL
- pygifsicle
- jsonmerge
- scipy
- resize_right
- clip
- clean-fid
- kornia
- smplx
- setuptools
- git+https://github.com/YuliangXiu/rembg.git
- git+https://github.com/NVlabs/nvdiffrast.git
- -e .