Spaces:
Sleeping
Sleeping
Update pipeline/mmocr/mmocr/apis/inferencers/textspot_inferencer.py
Browse files
pipeline/mmocr/mmocr/apis/inferencers/textspot_inferencer.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
from typing import Dict
|
3 |
|
4 |
-
from mmocr.structures import TextSpottingDataSample
|
5 |
from .base_mmocr_inferencer import BaseMMOCRInferencer
|
6 |
|
7 |
|
|
|
1 |
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
from typing import Dict
|
3 |
|
4 |
+
from pipeline.mmocr.mmocr.structures import TextSpottingDataSample
|
5 |
from .base_mmocr_inferencer import BaseMMOCRInferencer
|
6 |
|
7 |
|