Update requirements.txt
Browse files- requirements.txt +28 -3
requirements.txt
CHANGED
@@ -1,7 +1,32 @@
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
torch
|
3 |
-
opencv-python
|
4 |
-
matplotlib
|
5 |
paddlehub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
numpy
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
torch
|
|
|
|
|
3 |
paddlehub
|
4 |
+
imageio
|
5 |
+
|
6 |
+
numpy
|
7 |
+
scikit-image
|
8 |
+
torchvision
|
9 |
+
pillow
|
10 |
+
opencv-python-headless
|
11 |
+
paddlepaddle
|
12 |
+
paddlehub
|
13 |
+
|
14 |
+
pyyaml
|
15 |
+
tqdm
|
16 |
numpy
|
17 |
+
easydict==1.9.0
|
18 |
+
scikit-image==0.17.2
|
19 |
+
scikit-learn==0.24.2
|
20 |
+
tensorflow
|
21 |
+
joblib
|
22 |
+
matplotlib
|
23 |
+
pandas
|
24 |
+
albumentations==0.5.2
|
25 |
+
hydra-core==1.1.0
|
26 |
+
pytorch-lightning==1.2.9
|
27 |
+
tabulate
|
28 |
+
easydict
|
29 |
+
kornia==0.5.0
|
30 |
+
webdataset
|
31 |
+
packaging
|
32 |
+
scikit-learn==0.24.2
|