-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconda_foundpose_gpu.yaml
48 lines (48 loc) · 1.07 KB
/
conda_foundpose_gpu.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
name: foundpose_gpu
channels:
- defaults
- pytorch
- nvidia
- xformers
- conda-forge
dependencies:
- python=3.9
- pytorch::pytorch=2.3.0
- pytorch::pytorch-cuda=11.7.0 # GPU
- pytorch::torchvision=0.18.0
- omegaconf
- torchmetrics=0.10.3
- fvcore
- iopath
- torchinfo
- omegaconf
- faiss-gpu=1.8.0 # GPU
- scipy=1.13.0
- kiwisolver=1.3.1
- matplotlib=3.8.4
- numpy=1.26.4
- pillow=10.3.0
- pip=24.0
- vispy=0.12.1
- pip:
- cython==3.0.10
- xformers==0.0.20 # GPU
- git+https://github.com/facebookincubator/submitit
- --extra-index-url https://pypi.nvidia.com
- cuml-cu11==23.04 # GPU
- --extra-index-url https://pypi.nvidia.com
- kornia==0.7.2
- pypng==0.20220715.0
- triangle==20200424
- glumpy==1.2.1
- pycocotools==2.0
- scikit-learn==1.5.0
- scikit-image==0.22.0
- imageio==2.34.1
- pyopengl==3.1.0
- pyglet==2.0.15
- pytz==2024.1
- pyrender==0.1.45
- webdataset==0.2.86
- git+https://github.com/facebookresearch/hand_tracking_toolkit
- opencv-python==4.5.5.62