HumanSD / mmpose /testing /__init__.py
liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame
304 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from ._utils import (get_coco_sample, get_config_file, get_packed_inputs,
get_pose_estimator_cfg, get_repo_dir)
__all__ = [
'get_packed_inputs', 'get_coco_sample', 'get_config_file',
'get_pose_estimator_cfg', 'get_repo_dir'
]