liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame contribute delete
195 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .bottomup import BottomupPoseEstimator
from .topdown import TopdownPoseEstimator
__all__ = ['TopdownPoseEstimator', 'BottomupPoseEstimator']