HaMeR / mmpose /core /camera /__init__.py
geopavlakos's picture
Initial commit
d7a991a
raw
history blame
232 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .camera_base import CAMERAS
from .single_camera import SimpleCamera
from .single_camera_torch import SimpleCameraTorch
__all__ = ['CAMERAS', 'SimpleCamera', 'SimpleCameraTorch']