Spaces:
Running
on
Zero
Running
on
Zero
File size: 245 Bytes
a249588 |
1 2 3 4 5 6 7 |
# Copyright (c) OpenMMLab. All rights reserved.
from .bottomup import BottomupPoseEstimator
from .pose_lifter import PoseLifter
from .topdown import TopdownPoseEstimator
__all__ = ['TopdownPoseEstimator', 'BottomupPoseEstimator', 'PoseLifter']
|