Spaces:
Running
Running
Huang
commited on
Commit
•
ff03e82
1
Parent(s):
11ccb1b
add requiments
Browse files- requirements.txt +24 -0
requirements.txt
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python~=4.7.0.72
|
2 |
+
matplotlib~=3.7.1
|
3 |
+
torch~=2.0.0
|
4 |
+
torchvision~=0.15.1
|
5 |
+
modelscope~=1.5.2
|
6 |
+
numpy~=1.23.3
|
7 |
+
einops~=0.4.1
|
8 |
+
timm~=0.6.7
|
9 |
+
mmcv~=1.7.0
|
10 |
+
mmdet~=2.28.2
|
11 |
+
mmpose~=1.0.0
|
12 |
+
scipy~=1.9.1
|
13 |
+
typing~=3.7.4.3
|
14 |
+
scikit-image~=0.19.2
|
15 |
+
regex~=2023.3.23
|
16 |
+
tifffile~=2023.3.15
|
17 |
+
Pillow~=9.4.0
|
18 |
+
addict~=2.4.0
|
19 |
+
yapf~=0.32.0
|
20 |
+
packaging~=23.0
|
21 |
+
PyYAML~=6.0
|
22 |
+
tensorboard~=2.13.0
|
23 |
+
prettytable~=3.7.0
|
24 |
+
gradio~=3.23.0
|