HumanSD / mmpose /apis /webcam /__init__.py
liyy201912's picture
Upload folder using huggingface_hub
cc0dd3c
raw
history blame
122 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .webcam_executor import WebcamExecutor
__all__ = ['WebcamExecutor']