Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +25 -25
requirements.txt
CHANGED
@@ -1,26 +1,26 @@
|
|
1 |
-
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
-
torch==1.12.0+cu113
|
3 |
-
torchvision==0.13.0+cu113
|
4 |
-
|
5 |
-
#--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.12.0/index.html
|
6 |
-
--find-links https://download.openmmlab.com/mmcv/dist/cu113/torch1.12.0/index.html
|
7 |
-
mmcv-full==1.6.0
|
8 |
-
mmdet
|
9 |
-
|
10 |
-
numpy
|
11 |
-
pyclipper
|
12 |
-
shapely==1.8.0
|
13 |
-
opencv-python-headless==4.6.0.66
|
14 |
-
pycocotools
|
15 |
-
rapidfuzz
|
16 |
-
scikit-image
|
17 |
-
six
|
18 |
-
terminaltables
|
19 |
-
matplotlib
|
20 |
-
numba>=0.45.1
|
21 |
-
lanms-neo==1.0.2
|
22 |
-
imgaug
|
23 |
-
lmdb
|
24 |
-
matplotlib
|
25 |
-
easydict
|
26 |
scikit-learn
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.12.0+cu113
|
3 |
+
torchvision==0.13.0+cu113
|
4 |
+
|
5 |
+
#--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.12.0/index.html
|
6 |
+
--find-links https://download.openmmlab.com/mmcv/dist/cu113/torch1.12.0/index.html
|
7 |
+
mmcv-full==1.6.0
|
8 |
+
mmdet==2.24.0
|
9 |
+
|
10 |
+
numpy
|
11 |
+
pyclipper
|
12 |
+
shapely==1.8.0
|
13 |
+
opencv-python-headless==4.6.0.66
|
14 |
+
pycocotools
|
15 |
+
rapidfuzz
|
16 |
+
scikit-image
|
17 |
+
six
|
18 |
+
terminaltables
|
19 |
+
matplotlib
|
20 |
+
numba>=0.45.1
|
21 |
+
lanms-neo==1.0.2
|
22 |
+
imgaug
|
23 |
+
lmdb
|
24 |
+
matplotlib
|
25 |
+
easydict
|
26 |
scikit-learn
|