Leffa / densepose /data /datasets /__init__.py
franciszzj's picture
init code
b213d84
Raw
History Blame Contribute Delete
209 Bytes
# Copyright (c) Facebook, Inc. and its affiliates.
from . import builtin # ensure the builtin datasets are registered
__all__ = [k for k in globals().keys() if "builtin" not in k and not k.startswith("_")]