-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yaml
45 lines (45 loc) · 1.02 KB
/
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
name: MonoFaceCompute
channels:
- pytorch
- conda-forge
dependencies:
- python>=3.8, <3.9
- pytorch=1.12.1=py3.8_cuda11.6_cudnn8.3.2_0
- torchvision=0.13.1
- librosa=0.9.2
- loguru=0.6.0
- onnx=1.10.2
- onnx2torch=1.5
- pandas=1.4.2
- pip~=23.3
- pyrender=0.1.45
- scikit-image=0.19.2
- scikit-learn=1.0.2
- scikit-video=1.1.11
- imgaug==0.4.0
- omegaconf~=2.0
- hickle==5.0.2
- munch==2.5.0
- pyyaml~=6.0
- pip:
- albumentations==1.0.3
- compress-pickle==1.2.0
- chumpy==0.70
- Cython~=0.29
- face-alignment==1.3.4
- facenet-pytorch==2.5.2
- gdown==4.5.1
- insightface==0.6.2
- matplotlib==3.2.2
- numpy==1.23.0
- onnxruntime-gpu==1.10.0
- opencv-python-headless==4.9.0.80
- pytorch-lightning==1.4.9
- pytorch3d @ git+https://github.com/facebookresearch/[email protected]
- torchmetrics==0.6.2
- torchfile==0.1.0
- transformers==4.22.2
- trimesh==3.6.43
- wandb~=0.10
- face-detection-tflite==0.6.0
- timm==0.9.16