crazyscientist commited on
Commit
5cf9c69
1 Parent(s): 6ae56e1
Files changed (1) hide show
  1. requirements.txt +22 -13
requirements.txt CHANGED
@@ -1,14 +1,23 @@
1
- albumentations==1.3.0
2
- keras==2.11.0
3
- matplotlib==3.6.2
4
- numpy==1.21.5
5
  opencv-python-headless==4.5.4.60
6
- pandas==1.4.4
7
- Pillow==9.4.0
8
- pycocotools==2.0.6
9
- PyYAML==6.0
10
- scikit_image==0.19.3
11
- skimage==0.0
12
- streamlit==1.20.0
13
- torch==2.0.0+cpu
14
- torchvision==0.15.1+cpu
 
 
 
 
 
 
 
 
 
 
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