mirror of https://github.com/open-mmlab/mmocr.git
[Fix] registry typo (#1257)
parent
37ff38e7aa
commit
6759bd409a
|
@ -1,6 +1,6 @@
|
|||
# Copyright (c) OpenMMLab. All rights reserved.
|
||||
"""MMDetection provides 17 registry nodes to support using modules across
|
||||
projects. Each node is a child of the root registry in MMEngine.
|
||||
"""MMOCR provides 20 registry nodes to support using modules across projects.
|
||||
Each node is a child of the root registry in MMEngine.
|
||||
|
||||
More details can be found at
|
||||
https://mmengine.readthedocs.io/en/latest/tutorials/registry.html.
|
||||
|
|
Loading…
Reference in New Issue