Spaces:
Sleeping
Sleeping
Mountchicken
commited on
Commit
•
2b60563
1
Parent(s):
992b2e8
Update requirements.txt
Browse files- requirements.txt +25 -4
requirements.txt
CHANGED
@@ -3,7 +3,28 @@ openmim
|
|
3 |
torch==1.12.1
|
4 |
torchvision==0.13.1
|
5 |
opencv-python
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
torch==1.12.1
|
4 |
torchvision==0.13.1
|
5 |
opencv-python
|
6 |
+
pyclipper
|
7 |
+
imgaug
|
8 |
+
lmdb
|
9 |
+
matplotlib
|
10 |
+
numpy
|
11 |
+
opencv-python >=4.2.0.32, != 4.5.5.* # avoid Github security alert
|
12 |
+
pyclipper
|
13 |
+
pycocotools
|
14 |
+
rapidfuzz>=2.0.0
|
15 |
+
scikit-image
|
16 |
+
asynctest
|
17 |
+
codecov
|
18 |
+
flake8
|
19 |
+
interrogate
|
20 |
+
isort
|
21 |
+
# Note: used for kwarray.group_items, this may be ported to mmcv in the future.
|
22 |
+
kwarray
|
23 |
+
lanms-neo==1.0.2
|
24 |
+
parameterized
|
25 |
+
pytest
|
26 |
+
pytest-cov
|
27 |
+
pytest-runner
|
28 |
+
ubelt
|
29 |
+
xdoctest >= 0.10.0
|
30 |
+
yapf
|