Spaces:
Sleeping
Sleeping
Update pipeline/mmocr/mmocr/utils/point_utils.py
Browse files
pipeline/mmocr/mmocr/utils/point_utils.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
import numpy as np
|
3 |
|
4 |
-
from mmocr.utils.typing_utils import ArrayLike
|
5 |
|
6 |
|
7 |
def points_center(points: ArrayLike) -> np.ndarray:
|
|
|
1 |
# Copyright (c) OpenMMLab. All rights reserved.
|
2 |
import numpy as np
|
3 |
|
4 |
+
from pipeline.mmocr.mmocr.utils.typing_utils import ArrayLike
|
5 |
|
6 |
|
7 |
def points_center(points: ArrayLike) -> np.ndarray:
|