qitaoz commited on
Commit
ed18ecc
·
verified ·
1 Parent(s): e99f4d1

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +40 -0
requirements.txt ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu117
2
+ --find-links https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py39_cu117_pyt201/download.html
3
+
4
+ torch==2.0.1+cu117
5
+ torchvision==0.15.2+cu117
6
+ pytorch3d==0.7.4
7
+
8
+ black
9
+ einops
10
+ flake8
11
+ hydra-core
12
+ imageio
13
+ imageio-ffmpeg
14
+ ipdb
15
+ ipython
16
+ isort
17
+ jupyter
18
+ jupyter_black
19
+ jupyter_nbextensions_configurator
20
+ jupyterlab
21
+ kaleido
22
+ matplotlib
23
+ numpy==1.26.4
24
+ omegaconf
25
+ opencv-python
26
+ plotly
27
+ scikit-learn
28
+ scipy
29
+ timm
30
+ trimesh
31
+ tqdm
32
+ iopath
33
+ pandas
34
+ wandb
35
+ submitit
36
+ accelerate==0.32.1
37
+ gradio==4.44.1
38
+ pydantic==2.10.6
39
+ gdown
40
+ xformers==0.0.22