Spaces:
Running
on
Zero
Running
on
Zero
刘虹雨
commited on
Commit
·
c138db3
1
Parent(s):
cc18ab8
update require
Browse files- .DS_Store +0 -0
- requirements.txt +14 -12
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
requirements.txt
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
|
| 2 |
-
https://download.pytorch.org/whl/cu121/torchvision-0.19.0%2Bcu121-cp310-cp310-linux_x86_64.whl#sha256=5ee103c7eb47f8b08837e0e48b178f7ecc91d769d2b61240b90cb5aa2d06ce77
|
| 3 |
scipy==1.13.1
|
| 4 |
scikit-image==0.21.0
|
| 5 |
scikit-learn==1.2.2
|
|
@@ -10,14 +9,13 @@ PyYAML==6.0.2
|
|
| 10 |
tqdm==4.67.1
|
| 11 |
absl-py==2.1.0
|
| 12 |
tensorboard==2.17.0
|
| 13 |
-
tensorboardX==2.6.1
|
| 14 |
PyOpenGL==3.1.0
|
| 15 |
pyrender==0.1.45
|
| 16 |
trimesh==3.22.0
|
| 17 |
click==8.1.7
|
| 18 |
omegaconf==2.2.3
|
| 19 |
segmentation_models_pytorch
|
| 20 |
-
timm
|
| 21 |
psutil==5.9.5
|
| 22 |
lmdb==1.4.1
|
| 23 |
einops==0.8.1
|
|
@@ -26,14 +24,18 @@ gdown==5.2.0
|
|
| 26 |
plyfile==1.0.3
|
| 27 |
natsort
|
| 28 |
mmcv==1.7.0
|
| 29 |
-
xformers==0.0.
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
git+https://github.com/facebookresearch/[email protected]
|
| 34 |
-
|
| 35 |
matplotlib==3.9.1.post1
|
| 36 |
mediapipe
|
| 37 |
-
|
| 38 |
imageio_ffmpeg
|
| 39 |
-
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Other Python dependencies
|
|
|
|
| 2 |
scipy==1.13.1
|
| 3 |
scikit-image==0.21.0
|
| 4 |
scikit-learn==1.2.2
|
|
|
|
| 9 |
tqdm==4.67.1
|
| 10 |
absl-py==2.1.0
|
| 11 |
tensorboard==2.17.0
|
|
|
|
| 12 |
PyOpenGL==3.1.0
|
| 13 |
pyrender==0.1.45
|
| 14 |
trimesh==3.22.0
|
| 15 |
click==8.1.7
|
| 16 |
omegaconf==2.2.3
|
| 17 |
segmentation_models_pytorch
|
| 18 |
+
timm==1.0.15
|
| 19 |
psutil==5.9.5
|
| 20 |
lmdb==1.4.1
|
| 21 |
einops==0.8.1
|
|
|
|
| 24 |
plyfile==1.0.3
|
| 25 |
natsort
|
| 26 |
mmcv==1.7.0
|
| 27 |
+
xformers==0.0.28
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
matplotlib==3.9.1.post1
|
| 29 |
mediapipe
|
| 30 |
+
open-clip-torch
|
| 31 |
imageio_ffmpeg
|
| 32 |
+
spaces
|
| 33 |
+
transformers==4.41.2
|
| 34 |
+
diffusers==0.29.2
|
| 35 |
+
# Install torch & torchvision from specific CUDA-enabled wheels (CUDA 12.1, Python 3.10)
|
| 36 |
+
https://download.pytorch.org/whl/cu121/torch-2.4.1%2Bcu121-cp310-cp310-linux_x86_64.whl
|
| 37 |
+
https://download.pytorch.org/whl/cu121/torchvision-0.19.1%2Bcu121-cp310-cp310-linux_x86_64.whl
|
| 38 |
+
|
| 39 |
+
# PyTorch3D from custom index
|
| 40 |
+
-f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py310_cu121_pyt241/download.html
|
| 41 |
+
pytorch3d
|