Spaces:
Sleeping
Sleeping
Update pipeline/mmocr/mmocr/apis/inferencers/base_mmocr_inferencer.py
Browse files
pipeline/mmocr/mmocr/apis/inferencers/base_mmocr_inferencer.py
CHANGED
@@ -13,7 +13,7 @@ from mmengine.structures import InstanceData
|
|
13 |
from rich.progress import track
|
14 |
from torch import Tensor
|
15 |
|
16 |
-
from mmocr.utils import ConfigType
|
17 |
|
18 |
InstanceList = List[InstanceData]
|
19 |
InputType = Union[str, np.ndarray]
|
|
|
13 |
from rich.progress import track
|
14 |
from torch import Tensor
|
15 |
|
16 |
+
from pipeline.mmocr.mmocr.utils import ConfigType
|
17 |
|
18 |
InstanceList = List[InstanceData]
|
19 |
InputType = Union[str, np.ndarray]
|