Spaces:
Running
Running
Realcat
commited on
Commit
•
4dc6d8c
1
Parent(s):
7978fbe
update: requirements.txt
Browse files- requirements.txt +25 -19
requirements.txt
CHANGED
@@ -1,27 +1,33 @@
|
|
1 |
torch==2.2.1
|
2 |
-
|
3 |
-
torchmetrics==0.6.0
|
4 |
-
opencv-python==4.6.0.66
|
5 |
-
pytorch-lightning==1.4.9
|
6 |
-
omegaconf==2.3.0
|
7 |
einops==0.6.1
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
kornia==0.6.12
|
9 |
-
|
10 |
-
tqdm==4.65.0
|
11 |
matplotlib==3.7.1
|
|
|
|
|
|
|
|
|
|
|
12 |
plotly==5.15.0
|
13 |
-
|
14 |
-
scikit_learn==1.2.2
|
15 |
-
scikit-image==0.21.0
|
16 |
-
h5py==3.9.0
|
17 |
pycolmap==0.5.0
|
18 |
-
gdown==4.7.1
|
19 |
-
seaborn==0.12.2
|
20 |
pytlsd==0.0.2
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
22 |
shapely==2.0.1
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
1 |
torch==2.2.1
|
2 |
+
e2cnn==0.2.3
|
|
|
|
|
|
|
|
|
3 |
einops==0.6.1
|
4 |
+
gdown==4.7.1
|
5 |
+
gradio==3.41.2
|
6 |
+
gradio_client==0.5.0
|
7 |
+
h5py==3.9.0
|
8 |
+
imageio==2.31.1
|
9 |
+
Jinja2==3.1.2
|
10 |
kornia==0.6.12
|
11 |
+
loguru==0.7.0
|
|
|
12 |
matplotlib==3.7.1
|
13 |
+
numpy==1.23.5
|
14 |
+
omegaconf==2.3.0
|
15 |
+
opencv-contrib-python==4.6.0.66
|
16 |
+
opencv-python==4.6.0.66
|
17 |
+
pandas==2.0.3
|
18 |
plotly==5.15.0
|
19 |
+
protobuf==4.23.2
|
|
|
|
|
|
|
20 |
pycolmap==0.5.0
|
|
|
|
|
21 |
pytlsd==0.0.2
|
22 |
+
pytorch-lightning==1.4.9
|
23 |
+
PyYAML==6.0
|
24 |
+
scikit-image==0.21.0
|
25 |
+
scikit-learn==1.2.2
|
26 |
+
scipy==1.11.1
|
27 |
+
seaborn==0.12.2
|
28 |
shapely==2.0.1
|
29 |
+
tensorboardX==2.6.1
|
30 |
+
torchmetrics==0.6.0
|
31 |
+
torchvision==0.17.1
|
32 |
+
tqdm==4.65.0
|
33 |
+
yacs==0.1.8
|