白鹭先生
commited on
Commit
·
ed6da3a
1
Parent(s):
e28d97e
修复
Browse files- requirements.txt +27 -28
requirements.txt
CHANGED
@@ -1,28 +1,27 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
rasterio==1.1.3
|
|
|
1 |
+
cython
|
2 |
+
huggingface_hub
|
3 |
+
scipy==1.4.1
|
4 |
+
numpy==1.22.3
|
5 |
+
matplotlib==3.3.2
|
6 |
+
opencv_python==4.5.4.60
|
7 |
+
torch==1.7.0
|
8 |
+
torchvision==0.8.0
|
9 |
+
tqdm==4.63.0
|
10 |
+
Pillow==8.2.0
|
11 |
+
h5py==2.10.0
|
12 |
+
gradio==2.5.3
|
13 |
+
jsmin==3.0.1
|
14 |
+
kornia==0.5.0
|
15 |
+
shapely==1.8.1
|
16 |
+
skan==0.10.0
|
17 |
+
descartes==1.1.0
|
18 |
+
multiprocess==0.70.12.2
|
19 |
+
dill==0.3.4
|
20 |
+
gdal==2.4.4
|
21 |
+
rasterio==1.1.3
|
22 |
+
overpy==0.6
|
23 |
+
pyproj==2.5.0
|
24 |
+
fiona==1.8.21
|
25 |
+
zipp==3.4.0
|
26 |
+
pycocotools==2.0.3
|
27 |
+
sklearn
|
|