Spaces:
Runtime error
Runtime error
Add application file
Browse files- requirements.txt +21 -4
requirements.txt
CHANGED
@@ -1,4 +1,21 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
pyclipper
|
3 |
+
torch>=1.1
|
4 |
+
albumentations>=1.1.0
|
5 |
+
imgaug
|
6 |
+
lanms-neo==1.0.2
|
7 |
+
lmdb
|
8 |
+
matplotlib
|
9 |
+
numba>=0.45.1
|
10 |
+
numpy
|
11 |
+
opencv-python-headless<=4.5.4.60
|
12 |
+
pyclipper
|
13 |
+
pycocotools<=2.0.2
|
14 |
+
rapidfuzz
|
15 |
+
scikit-image
|
16 |
+
six
|
17 |
+
terminaltables
|
18 |
+
asynctest
|
19 |
+
codecov
|
20 |
+
flake8
|
21 |
+
isort
|