Veshup.AI / densepose /data /datasets /__init__.py
TheVeshup's picture
Upload 947 files
f665644 verified
# 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("_")]