-
Notifications
You must be signed in to change notification settings - Fork 50
/
env.yaml
45 lines (45 loc) · 859 Bytes
/
env.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
name: slahmr
channels:
- conda-forge
- pytorch
- nvidia
- rusty1s
dependencies:
- python=3.9
- pytorch
- pytorch-cuda=11.7
- torchvision
- pytorch-scatter
- suitesparse
- pip
- pip:
- git+https://github.com/facebookresearch/detectron2.git
- git+https://github.com/brjathu/pytube.git
- git+https://github.com/nghorbani/configer
- git+https://github.com/mattloper/chumpy
- setuptools==59.5.0
- torchgeometry==0.1.2
- tensorboard
- smplx
- pyrender
- open3d
- imageio-ffmpeg
- matplotlib
- opencv-python
- scipy
- scikit-image
- scikit-learn==0.22
- joblib
- cython
- tqdm
- hydra-core
- pyyaml
- gdown
- dill
- motmetrics
- scenedetect[opencv]
- einops
- mmcv==1.3.9
- timm==0.4.9
- xtcocotools==1.10
- pandas==1.4.0