修复
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
scipy==1.9.1
|
2 |
+
numpy==1.23.1
|
3 |
+
matplotlib==3.4.3
|
4 |
+
opencv_python==4.6.0.66
|
5 |
+
torch==1.7.1
|
6 |
+
torchvision==0.8.2
|
7 |
+
tqdm==4.60.0
|
8 |
+
Pillow==8.3.2
|
9 |
+
h5py==2.10.0
|
10 |
+
gradio==2.5.3
|
11 |
+
timm==0.4.12
|