Spaces:
Runtime error
Runtime error
Geraldine J
commited on
Commit
·
9491e06
1
Parent(s):
8461eee
Update req
Browse files- requirements.txt +2 -15
requirements.txt
CHANGED
@@ -1,5 +1,3 @@
|
|
1 |
-
# pip install -r requirements.txt
|
2 |
-
# base ----------------------------------------
|
3 |
matplotlib>=3.2.2
|
4 |
numpy>=1.18.5
|
5 |
opencv-python-headless
|
@@ -9,25 +7,14 @@ scipy>=1.4.1
|
|
9 |
torch>=1.7.0
|
10 |
torchvision>=0.8.1
|
11 |
tqdm>=4.41.0
|
12 |
-
# logging -------------------------------------
|
13 |
tensorboard>=2.4.1
|
14 |
-
# wandb
|
15 |
-
# plotting ------------------------------------
|
16 |
seaborn>=0.11.0
|
17 |
pandas
|
18 |
-
|
19 |
-
# coremltools>=4.1
|
20 |
-
# onnx>=1.9.0
|
21 |
-
# scikit-learn==0.19.2 # for coreml quantization
|
22 |
-
# extras --------------------------------------
|
23 |
-
# Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
|
24 |
-
# pycocotools>=2.0 # COCO mAP
|
25 |
-
# albumentations>=1.0.3
|
26 |
-
thop # FLOPs computation
|
27 |
-
#boto3 --------------------------------------
|
28 |
boto3==1.24.89
|
29 |
botocore==1.27.89
|
30 |
gradio==3.4.1
|
31 |
pandas==1.5.0
|
32 |
Pillow==9.2.0
|
33 |
torch==1.12.1
|
|
|
|
|
|
|
|
1 |
matplotlib>=3.2.2
|
2 |
numpy>=1.18.5
|
3 |
opencv-python-headless
|
|
|
7 |
torch>=1.7.0
|
8 |
torchvision>=0.8.1
|
9 |
tqdm>=4.41.0
|
|
|
10 |
tensorboard>=2.4.1
|
|
|
|
|
11 |
seaborn>=0.11.0
|
12 |
pandas
|
13 |
+
thop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
boto3==1.24.89
|
15 |
botocore==1.27.89
|
16 |
gradio==3.4.1
|
17 |
pandas==1.5.0
|
18 |
Pillow==9.2.0
|
19 |
torch==1.12.1
|
20 |
+
IPython==4.1.2
|