HaMeR / mmpose /models /utils /__init__.py
geopavlakos's picture
Initial commit
d7a991a
raw
history blame
91 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .smpl import SMPL
__all__ = ['SMPL']