__init__.py 110 B

1234
  1. from .dataset import Dataset
  2. from .annotations import NAB_Annotations, CUB_Annotations
  3. __version__ = "0.1.6"