-
Notifications
You must be signed in to change notification settings - Fork 9
/
requirements.txt
45 lines (45 loc) · 933 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
channels:
- pytorch
- pytorch3d
- conda-forge
- defaults
- nvidia
dependencies:
- python=3.7
- igl
- cudatoolkit=11.3
- pytorch::pytorch=1.11.0
- pytorch3d::pytorch3d
- pytorch-lightning
- torchvision
- trimesh
- tqdm
- opencv
- scikit-learn
- matplotlib
- Pillow
- PyYAML
- numpy
- scipy
- pandas
- tensorboardX
- pip
- pip:
- "local-attention"
- "smplx"
- "plyfile"
- "configer"
- "pyrender"
- "openmesh"
- "boto3"
- "torchgeometry"
- "tensorboard"
- "rtree"
- "open3d"
- "setuptools"
- "git+https://github.com/MPI-IS/mesh.git"
- "git+https://github.com/nghorbani/human_body_prior.git"
- "git+https://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib"
- "pyopengl"
- "scikit-image"
- "dotmap"