Update requirements.txt
Browse files- requirements.txt +14 -4
requirements.txt
CHANGED
@@ -1,14 +1,22 @@
|
|
1 |
numpy<2.0.0
|
2 |
torch==2.1.1
|
3 |
torchvision==0.16.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
transformers==4.42.3
|
5 |
timm==1.0.7
|
6 |
einops==0.8.0
|
7 |
wandb==0.16.6
|
8 |
-
opencv-python==4.10.0.84
|
9 |
h5py==3.9.0
|
10 |
-
scipy==1.10.1
|
11 |
-
pycocotools==2.0.7
|
12 |
imgaug==0.4.0
|
13 |
fvcore==0.1.5.post20221221
|
14 |
pandas==2.0.3
|
@@ -20,4 +28,6 @@ py3_wget==0.0.1
|
|
20 |
sacrebleu==2.4.2
|
21 |
scikit-learn==1.3.2
|
22 |
gdown==5.1.0
|
23 |
-
omegaconf==2.3.0
|
|
|
|
|
|
1 |
numpy<2.0.0
|
2 |
torch==2.1.1
|
3 |
torchvision==0.16.1
|
4 |
+
opencv-python==4.10.0.84
|
5 |
+
Pillow
|
6 |
+
scipy==1.10.1
|
7 |
+
pycocotools==2.0.7
|
8 |
+
matplotlib
|
9 |
+
six
|
10 |
+
terminaltables
|
11 |
+
packaging
|
12 |
+
addict
|
13 |
+
yapf
|
14 |
+
mmengine
|
15 |
transformers==4.42.3
|
16 |
timm==1.0.7
|
17 |
einops==0.8.0
|
18 |
wandb==0.16.6
|
|
|
19 |
h5py==3.9.0
|
|
|
|
|
20 |
imgaug==0.4.0
|
21 |
fvcore==0.1.5.post20221221
|
22 |
pandas==2.0.3
|
|
|
28 |
sacrebleu==2.4.2
|
29 |
scikit-learn==1.3.2
|
30 |
gdown==5.1.0
|
31 |
+
omegaconf==2.3.0
|
32 |
+
mmcv==2.0.1
|
33 |
+
mmdet==3.3.0
|