Spaces:
Paused
Paused
Chao Xu
commited on
Commit
·
0e1b934
1
Parent(s):
f913602
add pre-requirements
Browse files- pre-requirements.txt +74 -0
- requirements.txt +1 -74
pre-requirements.txt
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# --extra-index-url https://download.pytorch.org/whl/cu113
|
| 2 |
+
torch>=1.12.1
|
| 3 |
+
torchvision>=0.13.1
|
| 4 |
+
albumentations>=0.4.3
|
| 5 |
+
opencv-python>=4.5.5.64
|
| 6 |
+
pudb>=2019.2
|
| 7 |
+
imageio>=2.9.0
|
| 8 |
+
imageio-ffmpeg>=0.4.2
|
| 9 |
+
pytorch-lightning>=1.4.2
|
| 10 |
+
omegaconf>=2.1.1
|
| 11 |
+
test-tube>=0.7.5
|
| 12 |
+
streamlit>=0.73.1
|
| 13 |
+
einops>=0.3.0
|
| 14 |
+
torch-fidelity>=0.3.0
|
| 15 |
+
transformers>=4.22.2
|
| 16 |
+
kornia>=0.6
|
| 17 |
+
webdataset>=0.2.5
|
| 18 |
+
torchmetrics>=0.6.0
|
| 19 |
+
fire>=0.4.0
|
| 20 |
+
gradio>=3.21.0
|
| 21 |
+
diffusers>=0.12.1
|
| 22 |
+
datasets[vision]>=2.4.0
|
| 23 |
+
carvekit-colab>=4.1.0
|
| 24 |
+
rich>=13.3.2
|
| 25 |
+
lovely-numpy>=0.2.8
|
| 26 |
+
lovely-tensors>=0.1.14
|
| 27 |
+
plotly>=5.13.1
|
| 28 |
+
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
| 29 |
+
# elev est
|
| 30 |
+
dl_ext
|
| 31 |
+
easydict
|
| 32 |
+
glumpy
|
| 33 |
+
gym
|
| 34 |
+
h5py
|
| 35 |
+
imageio
|
| 36 |
+
loguru
|
| 37 |
+
matplotlib
|
| 38 |
+
# mplib
|
| 39 |
+
multipledispatch
|
| 40 |
+
open3d
|
| 41 |
+
packaging
|
| 42 |
+
Pillow
|
| 43 |
+
pycocotools
|
| 44 |
+
motion-planning
|
| 45 |
+
pyrender
|
| 46 |
+
PyYAML
|
| 47 |
+
scikit_image
|
| 48 |
+
scikit_learn
|
| 49 |
+
scipy
|
| 50 |
+
screeninfo
|
| 51 |
+
setuptools
|
| 52 |
+
tensorboardX
|
| 53 |
+
termcolor
|
| 54 |
+
tqdm
|
| 55 |
+
transforms3d
|
| 56 |
+
trimesh
|
| 57 |
+
yacs
|
| 58 |
+
zarr
|
| 59 |
+
sapien
|
| 60 |
+
pyglet==1.5.27
|
| 61 |
+
wis3d
|
| 62 |
+
gdown
|
| 63 |
+
git+https://github.com/NVlabs/nvdiffrast.git
|
| 64 |
+
# shap-e
|
| 65 |
+
git+https://github.com/openai/shap-e@8625e7c
|
| 66 |
+
# segment anything
|
| 67 |
+
opencv-python
|
| 68 |
+
pycocotools
|
| 69 |
+
matplotlib
|
| 70 |
+
onnxruntime
|
| 71 |
+
onnx
|
| 72 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
| 73 |
+
# rembg
|
| 74 |
+
rembg
|
requirements.txt
CHANGED
|
@@ -1,31 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
torch>=1.12.1
|
| 3 |
-
torchvision>=0.13.1
|
| 4 |
-
albumentations>=0.4.3
|
| 5 |
-
opencv-python>=4.5.5.64
|
| 6 |
-
pudb>=2019.2
|
| 7 |
-
imageio>=2.9.0
|
| 8 |
-
imageio-ffmpeg>=0.4.2
|
| 9 |
-
pytorch-lightning>=1.4.2
|
| 10 |
-
omegaconf>=2.1.1
|
| 11 |
-
test-tube>=0.7.5
|
| 12 |
-
streamlit>=0.73.1
|
| 13 |
-
einops>=0.3.0
|
| 14 |
-
torch-fidelity>=0.3.0
|
| 15 |
-
transformers>=4.22.2
|
| 16 |
-
kornia>=0.6
|
| 17 |
-
webdataset>=0.2.5
|
| 18 |
-
torchmetrics>=0.6.0
|
| 19 |
-
fire>=0.4.0
|
| 20 |
-
gradio>=3.21.0
|
| 21 |
-
diffusers>=0.12.1
|
| 22 |
-
datasets[vision]>=2.4.0
|
| 23 |
-
carvekit-colab>=4.1.0
|
| 24 |
-
rich>=13.3.2
|
| 25 |
-
lovely-numpy>=0.2.8
|
| 26 |
-
lovely-tensors>=0.1.14
|
| 27 |
-
plotly>=5.13.1
|
| 28 |
-
-e git+https://github.com/CompVis/taming-transformers.git#egg=taming-transformers
|
| 29 |
# sparseneus
|
| 30 |
-e git+https://github.com/mit-han-lab/[email protected]#egg=torchsparse
|
| 31 |
opencv_python
|
|
@@ -38,49 +11,3 @@ scipy
|
|
| 38 |
PyMCubes
|
| 39 |
# sudo apt-get install libsparsehash-dev
|
| 40 |
inplace_abn
|
| 41 |
-
# elev est
|
| 42 |
-
dl_ext
|
| 43 |
-
easydict
|
| 44 |
-
glumpy
|
| 45 |
-
gym
|
| 46 |
-
h5py
|
| 47 |
-
imageio
|
| 48 |
-
loguru
|
| 49 |
-
matplotlib
|
| 50 |
-
# mplib
|
| 51 |
-
multipledispatch
|
| 52 |
-
open3d
|
| 53 |
-
packaging
|
| 54 |
-
Pillow
|
| 55 |
-
pycocotools
|
| 56 |
-
motion-planning
|
| 57 |
-
pyrender
|
| 58 |
-
PyYAML
|
| 59 |
-
scikit_image
|
| 60 |
-
scikit_learn
|
| 61 |
-
scipy
|
| 62 |
-
screeninfo
|
| 63 |
-
setuptools
|
| 64 |
-
tensorboardX
|
| 65 |
-
termcolor
|
| 66 |
-
tqdm
|
| 67 |
-
transforms3d
|
| 68 |
-
trimesh
|
| 69 |
-
yacs
|
| 70 |
-
zarr
|
| 71 |
-
sapien
|
| 72 |
-
pyglet==1.5.27
|
| 73 |
-
wis3d
|
| 74 |
-
gdown
|
| 75 |
-
git+https://github.com/NVlabs/nvdiffrast.git
|
| 76 |
-
# shap-e
|
| 77 |
-
git+https://github.com/openai/shap-e@8625e7c
|
| 78 |
-
# segment anything
|
| 79 |
-
opencv-python
|
| 80 |
-
pycocotools
|
| 81 |
-
matplotlib
|
| 82 |
-
onnxruntime
|
| 83 |
-
onnx
|
| 84 |
-
git+https://github.com/facebookresearch/segment-anything.git
|
| 85 |
-
# rembg
|
| 86 |
-
rembg
|
|
|
|
| 1 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
# sparseneus
|
| 3 |
-e git+https://github.com/mit-han-lab/[email protected]#egg=torchsparse
|
| 4 |
opencv_python
|
|
|
|
| 11 |
PyMCubes
|
| 12 |
# sudo apt-get install libsparsehash-dev
|
| 13 |
inplace_abn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|