Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sunnychenxiwang
/
EasyDetect
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6fa43e6
EasyDetect
/
pipeline
/
mmocr
/
projects
/
ABCNet
/
abcnet
/
utils
/
__init__.py
sunnychenxiwang
Upload 1595 files
0b4516f
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
141 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.bezier_utils
import
bezier2poly, poly2bezier
__all__ = [
'poly2bezier'
,
'bezier2poly'
]