Update requirements.txt
Browse files- requirements.txt +9 -14
requirements.txt
CHANGED
@@ -1,15 +1,10 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
toml
|
3 |
-
|
4 |
-
|
5 |
-
torch
|
6 |
-
torchvision
|
7 |
-
torchtext
|
8 |
-
mmcv-full
|
9 |
-
|
10 |
-
mmdet
|
11 |
-
mmsegmentation
|
12 |
-
|
13 |
-
icevision[all]
|
14 |
-
icedata
|
15 |
-
opencv-python
|
|
|
1 |
+
--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
|
2 |
+
mmcv-full==1.3.17
|
3 |
+
sahi==0.10.8
|
4 |
+
mmdet==2.17.0
|
5 |
+
numpy==1.22.4
|
6 |
+
icevision[all]==0.12.0
|
7 |
+
|
8 |
+
numpy
|
9 |
toml
|
10 |
+
fastai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|