Spaces:
Sleeping
Sleeping
crazyscientist
commited on
Commit
•
5cf9c69
1
Parent(s):
6ae56e1
updated
Browse files- requirements.txt +22 -13
requirements.txt
CHANGED
@@ -1,14 +1,23 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
matplotlib
|
4 |
-
|
5 |
opencv-python-headless==4.5.4.60
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Base----------------------------------
|
2 |
+
albumentations>=1.1.0
|
3 |
+
matplotlib
|
4 |
+
opencv-python>=4.1.1.26
|
5 |
opencv-python-headless==4.5.4.60
|
6 |
+
Pillow
|
7 |
+
PyYAML
|
8 |
+
scikit-image
|
9 |
+
scikit-learn
|
10 |
+
scipy
|
11 |
+
torch>=1.10.0
|
12 |
+
torchvision>=0.11.0
|
13 |
+
numpy
|
14 |
+
protobuf<=3.20.1
|
15 |
+
pandas
|
16 |
+
|
17 |
+
# Logging----------------------------------
|
18 |
+
wandb
|
19 |
+
tensorboard
|
20 |
+
|
21 |
+
# Extras----------------------------------
|
22 |
+
pycocotools>=2.0.2
|
23 |
+
setuptools==59.5.0
|