Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -32
requirements.txt
CHANGED
@@ -1,32 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
matplotlib>=3.2.2
|
6 |
-
numpy>=1.18.5
|
7 |
-
opencv-python>=4.1.2
|
8 |
-
Pillow
|
9 |
-
PyYAML>=5.3.1
|
10 |
-
scipy>=1.4.1
|
11 |
-
tensorboard>=2.2
|
12 |
-
torch>=1.7.0
|
13 |
-
torchvision>=0.8.1
|
14 |
-
tqdm>=4.41.0
|
15 |
-
|
16 |
-
# logging -------------------------------------
|
17 |
-
# wandb
|
18 |
-
|
19 |
-
# plotting ------------------------------------
|
20 |
-
seaborn>=0.11.0
|
21 |
-
pandas
|
22 |
-
gradio
|
23 |
-
markupsafe==2.0.1
|
24 |
-
|
25 |
-
# export --------------------------------------
|
26 |
-
# coremltools>=4.1
|
27 |
-
# onnx>=1.8.1
|
28 |
-
# scikit-learn==0.19.2 # for coreml quantization
|
29 |
-
|
30 |
-
# extras --------------------------------------
|
31 |
-
thop # FLOPS computation
|
32 |
-
pycocotools>=2.0 # COCO mAP
|
|
|
1 |
+
gradio==3.14.0
|
2 |
+
torch==2.0.1
|
3 |
+
transformers==4.29.0
|
4 |
+
Pillow==9.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|