-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathconda_foundpose_mps.yaml
More file actions
45 lines (45 loc) · 965 Bytes
/
conda_foundpose_mps.yaml
File metadata and controls
45 lines (45 loc) · 965 Bytes
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: foundpose_mps
channels:
- defaults
- pytorch
- nvidia
- xformers
- conda-forge
dependencies:
- python=3.9
- cython
- pytorch::pytorch=2.3.0 # CPU
- pytorch::torchvision=0.18.0
- omegaconf
- torchmetrics=0.10.3
- fvcore
- iopath
- torchinfo
- omegaconf
- faiss-cpu=1.8.0 # CPU
- scipy=1.13.0
- kiwisolver=1.3.1
- matplotlib=3.8.4
- opencv=4.6.0
- numpy=1.26.4
- pillow=10.3.0
- pip=24.0
- vispy=0.12.1
- pip:
- git+https://github.com/facebookincubator/submitit
- --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