liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame contribute delete
202 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .detector_node import DetectorNode
from .pose_estimator_node import TopdownPoseEstimatorNode
__all__ = ['DetectorNode', 'TopdownPoseEstimatorNode']