mirror of https://github.com/open-mmlab/mmocr.git
parent
b8abcae570
commit
3282e433f9
|
@ -38,7 +38,9 @@ extensions = [
|
||||||
'sphinx_markdown_tables',
|
'sphinx_markdown_tables',
|
||||||
]
|
]
|
||||||
|
|
||||||
autodoc_mock_imports = ['torch', 'torchvision', 'mmcv', 'mmocr.version']
|
autodoc_mock_imports = [
|
||||||
|
'torch', 'torchvision', 'mmcv', 'mmocr.version', 'mmdet'
|
||||||
|
]
|
||||||
|
|
||||||
# Add any paths that contain templates here, relative to this directory.
|
# Add any paths that contain templates here, relative to this directory.
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
numpy
|
|
||||||
recommonmark
|
recommonmark
|
||||||
sphinx
|
sphinx
|
||||||
sphinx_markdown_tables
|
sphinx_markdown_tables
|
||||||
|
|
|
@ -3,8 +3,6 @@ kwarray
|
||||||
lmdb
|
lmdb
|
||||||
matplotlib
|
matplotlib
|
||||||
mmcv
|
mmcv
|
||||||
mmdet==2.9.0
|
|
||||||
numpy
|
|
||||||
Polygon3
|
Polygon3
|
||||||
pyclipper
|
pyclipper
|
||||||
rapidfuzz
|
rapidfuzz
|
||||||
|
|
Loading…
Reference in New Issue