-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathenvironment.yml
78 lines (73 loc) · 1.55 KB
/
environment.yml
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Note: conda dependencies have only 1 "="
# pip dependencies have 2 "=="
# Fuse pip dependencies together under one " - pip" item
# Otherwise, only some of the are installed, because conda creates a temporary requirements.txt file
# only the last -pip section
name: mononphm
channels:
- pytorch
- nvidia
- conda-forge
#- fvcore
#- iopath
#- pytorch3d
dependencies:
- python=3.9
- pip
# CUDA
#- cudatoolkit
#- cuda-nvcc
#- cuda-libraries-dev
#- ninja
#- fvcore
#- iopath
#- pytorch=2.0.1
#- torchvision=0.15.2
#- pytorch-cuda=11.7
#- pytorch3d=0.7.4
- pip:
# Torch
#- einops
#- torch_geometric==2.3.1
#- git+https://github.com/pyg-team/pyg-lib.git
#- torch_scatter
#- torch_sparse
#- torch_cluster
- Cython
- dreifus
- tyro
- pymcubes
- trimesh
- pyvista
- pymeshlab
- chardet
- point_cloud_utils
- mediapy
- pyrender
- ffmpeg
- numpy==1.23
- git+https://github.com/FacePerceiver/facer.git@main
- timm
- insightface # MICA
- onnxruntime # MICA
- loguru # MICA
- face_alignment # MICA
- tensorboard # metrical-tracker
- mediapipe # metrical-tracker
- distinctipy
- chumpy
- wandb
- mediapy
- pyrender
- point_cloud_utils
- distinctipy
- timm
- cython
- insightface==0.7
- loguru
- onnxruntime
- face_alignment
- tensorboard
- mediapipe
- wandb
- environs