Spaces:
Running
Running
Huang
commited on
Commit
·
af241a6
1
Parent(s):
151dcc0
add config
Browse files- requirements.txt +20 -9
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
basicsr~=1.4.2
|
|
|
|
|
|
|
| 2 |
opencv-python~=4.7.0.72
|
| 3 |
matplotlib~=3.7.1
|
| 4 |
torch~=2.0.0
|
|
@@ -6,23 +8,32 @@ torchvision~=0.15.1
|
|
| 6 |
modelscope~=1.5.2
|
| 7 |
numpy~=1.23.3
|
| 8 |
einops~=0.4.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
timm~=0.6.7
|
|
|
|
|
|
|
|
|
|
| 10 |
mmcv~=1.7.0
|
| 11 |
mmdet~=2.28.2
|
| 12 |
mmpose~=1.0.0
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
|
|
|
| 16 |
regex~=2023.3.23
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
tifffile~=2023.3.15
|
| 18 |
-
Pillow~=9.4.0
|
| 19 |
addict~=2.4.0
|
| 20 |
yapf~=0.32.0
|
| 21 |
-
packaging~=23.0
|
| 22 |
-
PyYAML~=6.0
|
| 23 |
tensorboard~=2.13.0
|
| 24 |
prettytable~=3.7.0
|
| 25 |
-
gradio~=3.23.0
|
| 26 |
mediapipe~=0.10.0
|
| 27 |
-
|
| 28 |
-
omegaconf~=2.2.3
|
|
|
|
| 1 |
basicsr~=1.4.2
|
| 2 |
+
PyYAML~=6.0
|
| 3 |
+
omegaconf~=2.2.3
|
| 4 |
opencv-python~=4.7.0.72
|
| 5 |
matplotlib~=3.7.1
|
| 6 |
torch~=2.0.0
|
|
|
|
| 8 |
modelscope~=1.5.2
|
| 9 |
numpy~=1.23.3
|
| 10 |
einops~=0.4.1
|
| 11 |
+
requests~=2.25.1
|
| 12 |
+
scipy~=1.9.1
|
| 13 |
+
Pillow~=9.4.0
|
| 14 |
+
onnx~=1.13.1
|
| 15 |
+
onnxruntime~=1.14.1
|
| 16 |
timm~=0.6.7
|
| 17 |
+
typing~=3.7.4.3
|
| 18 |
+
scikit-image~=0.19.2
|
| 19 |
+
beautifulsoup4~=4.12.2
|
| 20 |
mmcv~=1.7.0
|
| 21 |
mmdet~=2.28.2
|
| 22 |
mmpose~=1.0.0
|
| 23 |
+
basicsr~=1.4.2
|
| 24 |
+
setuptools~=59.8.0
|
| 25 |
+
fvcore~=0.1.5.post20221221
|
| 26 |
+
ftfy~=6.1.1
|
| 27 |
regex~=2023.3.23
|
| 28 |
+
tabulate~=0.9.0
|
| 29 |
+
termcolor~=2.2.0
|
| 30 |
+
iopath~=0.1.10
|
| 31 |
+
tqdm~=4.65.0
|
| 32 |
+
packaging~=23.0
|
| 33 |
tifffile~=2023.3.15
|
|
|
|
| 34 |
addict~=2.4.0
|
| 35 |
yapf~=0.32.0
|
|
|
|
|
|
|
| 36 |
tensorboard~=2.13.0
|
| 37 |
prettytable~=3.7.0
|
|
|
|
| 38 |
mediapipe~=0.10.0
|
| 39 |
+
gradio~=3.23.0
|
|
|