白鹭先生
commited on
Commit
·
4553f21
1
Parent(s):
b83cc58
修复
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
scipy==1.4.1
|
2 |
numpy==1.22.3
|
3 |
matplotlib==3.3.2
|
|
|
4 |
torch==1.7.0
|
5 |
torchvision==0.8.0
|
6 |
tqdm==4.63.0
|
7 |
Pillow==8.2.0
|
8 |
h5py==2.10.0
|
9 |
gradio==2.5.3
|
|
|
10 |
jsmin==3.0.1
|
11 |
kornia==0.5.0
|
12 |
shapely==1.8.1
|
|
|
1 |
scipy==1.4.1
|
2 |
numpy==1.22.3
|
3 |
matplotlib==3.3.2
|
4 |
+
opencv_python==4.5.4.60
|
5 |
torch==1.7.0
|
6 |
torchvision==0.8.0
|
7 |
tqdm==4.63.0
|
8 |
Pillow==8.2.0
|
9 |
h5py==2.10.0
|
10 |
gradio==2.5.3
|
11 |
+
gdal
|
12 |
jsmin==3.0.1
|
13 |
kornia==0.5.0
|
14 |
shapely==1.8.1
|