mirror of https://github.com/alibaba/EasyCV.git
6 lines
242 B
Python
6 lines
242 B
Python
|
# Copyright (c) Alibaba, Inc. and its affiliates.
|
||
|
from .face_keypoint_transform import (FaceKeypointNorm,
|
||
|
FaceKeypointRandomAugmentation)
|
||
|
|
||
|
__all__ = ['FaceKeypointRandomAugmentation', 'FaceKeypointNorm']
|