Spaces:
Build error
Build error
update
Browse files- requirements.txt +27 -4
- requirements/build.txt +0 -3
- requirements/docs.txt +0 -4
- requirements/optional.txt +0 -6
- requirements/readthedocs.txt +0 -3
- requirements/runtime.txt +0 -6
- requirements/tests.txt +0 -13
requirements.txt
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
-r ./requirements/build.txt
|
| 2 |
-
-r ./requirements/optional.txt
|
| 3 |
-
-r ./requirements/runtime.txt
|
| 4 |
-
-r ./requirements/tests.txt
|
| 5 |
--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
|
| 6 |
mmcv-full==1.3.17
|
| 7 |
torch==1.10.0
|
|
@@ -9,3 +5,30 @@ torchvision
|
|
| 9 |
einops
|
| 10 |
timm
|
| 11 |
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.10.0/index.html
|
| 2 |
mmcv-full==1.3.17
|
| 3 |
torch==1.10.0
|
|
|
|
| 5 |
einops
|
| 6 |
timm
|
| 7 |
Pillow
|
| 8 |
+
cython
|
| 9 |
+
numpy
|
| 10 |
+
albumentations>=0.3.2
|
| 11 |
+
cityscapesscripts
|
| 12 |
+
imagecorruptions
|
| 13 |
+
mmlvis
|
| 14 |
+
scipy
|
| 15 |
+
sklearn
|
| 16 |
+
matplotlib
|
| 17 |
+
mmpycocotools
|
| 18 |
+
numpy
|
| 19 |
+
six
|
| 20 |
+
terminaltables
|
| 21 |
+
timm
|
| 22 |
+
asynctest
|
| 23 |
+
codecov
|
| 24 |
+
flake8
|
| 25 |
+
interrogate
|
| 26 |
+
isort==4.3.21
|
| 27 |
+
kwarray
|
| 28 |
+
onnx==1.7.0
|
| 29 |
+
onnxruntime==1.5.1
|
| 30 |
+
pytest
|
| 31 |
+
ubelt
|
| 32 |
+
xdoctest>=0.10.0
|
| 33 |
+
yapf
|
| 34 |
+
|
requirements/build.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
# These must be installed before building mmdetection
|
| 2 |
-
cython
|
| 3 |
-
numpy
|
|
|
|
|
|
|
|
|
|
|
|
requirements/docs.txt
DELETED
|
@@ -1,4 +0,0 @@
|
|
| 1 |
-
recommonmark
|
| 2 |
-
sphinx
|
| 3 |
-
sphinx_markdown_tables
|
| 4 |
-
sphinx_rtd_theme
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements/optional.txt
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
albumentations>=0.3.2
|
| 2 |
-
cityscapesscripts
|
| 3 |
-
imagecorruptions
|
| 4 |
-
mmlvis
|
| 5 |
-
scipy
|
| 6 |
-
sklearn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements/readthedocs.txt
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
mmcv
|
| 2 |
-
torch
|
| 3 |
-
torchvision
|
|
|
|
|
|
|
|
|
|
|
|
requirements/runtime.txt
DELETED
|
@@ -1,6 +0,0 @@
|
|
| 1 |
-
matplotlib
|
| 2 |
-
mmpycocotools
|
| 3 |
-
numpy
|
| 4 |
-
six
|
| 5 |
-
terminaltables
|
| 6 |
-
timm
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements/tests.txt
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
asynctest
|
| 2 |
-
codecov
|
| 3 |
-
flake8
|
| 4 |
-
interrogate
|
| 5 |
-
isort==4.3.21
|
| 6 |
-
# Note: used for kwarray.group_items, this may be ported to mmcv in the future.
|
| 7 |
-
kwarray
|
| 8 |
-
onnx==1.7.0
|
| 9 |
-
onnxruntime==1.5.1
|
| 10 |
-
pytest
|
| 11 |
-
ubelt
|
| 12 |
-
xdoctest>=0.10.0
|
| 13 |
-
yapf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|