jkorstad commited on
Commit
41cb70c
·
unverified ·
1 Parent(s): da47f4c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +16 -0
requirements.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --find-links https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py39_cu113_pyt1121/download.html
2
+ torch==1.12.1+cu113
3
+ torchvision==0.13.1+cu113
4
+ pytorch3d==0.7.2
5
+ gradio>=4.20.0,<5.0.0
6
+ trimesh==3.15.2
7
+ numpy==1.23.1
8
+ scipy==1.9.1
9
+ joblib==1.2.0
10
+ smplx==0.1.28
11
+ pyrender==0.1.45
12
+ chumpy==0.70
13
+ tqdm==4.64.0
14
+ scikit-image==0.19.3
15
+ opencv-python-headless # For cv2, a dependency of UniRig's utils
16
+ Pillow # For PIL.Image, used in UniRig's utils