SceneDiffuser commited on
Commit
924888c
·
1 Parent(s): 9fcef4d
Files changed (2) hide show
  1. pre-requirements.txt +3 -0
  2. requirements.txt +26 -1
pre-requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu113
2
+ torch==1.11.0+cu113
3
+ torchvision==0.12.0+cu113
requirements.txt CHANGED
@@ -1 +1,26 @@
1
- trimesh
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ -e git+https://github.com/Silverster98/pytorch_kinematics#egg=pytorch_kinematics
2
+ git+https://github.com/facebookresearch/[email protected]
3
+ git+https://github.com/otaheri/chamfer_distance.git@d2b524309db114d0f7ce18be6c01b3802cde9791
4
+ git+https://github.com/Silverster98/pointops
5
+ git+https://github.com/nghorbani/human_body_prior
6
+ urdf-parser-py==0.0.4
7
+ einops==0.4.1
8
+ hydra-core==1.2.0
9
+ loguru==0.6.0
10
+ matplotlib==3.5.1
11
+ natsort==8.2.0
12
+ networkx==2.8.6
13
+ omegaconf==2.2.2
14
+ opencv-python==4.6.0.66
15
+ Pillow==9.0.1
16
+ plotly==5.11.0
17
+ protobuf==3.19.4
18
+ pyquaternion==0.9.9
19
+ pyrender==0.1.45
20
+ smplx==0.1.28
21
+ tabulate==0.8.10
22
+ tensorboard==2.8.0
23
+ tqdm==4.62.3
24
+ transforms3d==0.4.1
25
+ transformations==2022.9.26
26
+ trimesh==3.12.7