mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
5 lines
141 B
Python
5 lines
141 B
Python
|
# Copyright (c) OpenMMLab. All rights reserved.
|
||
|
from .bezier_utils import bezier2poly, poly2bezier
|
||
|
|
||
|
__all__ = ['poly2bezier', 'bezier2poly']
|