|
@@ -1,38 +0,0 @@
|
|
|
-from cvdatasets.annotation.base import BaseAnnotations
|
|
|
-from cvdatasets.annotation.mixins.bbox_mixin import BBoxMixin
|
|
|
-from cvdatasets.annotation.mixins.parts_mixin import PartsMixin
|
|
|
-from cvdatasets.annotation.types import AnnotationType
|
|
|
-
|
|
|
-# from cvdatasets.annotation.types.birdsnap import BSNAP_Annotations
|
|
|
-# from cvdatasets.annotation.types.cars import CARS_Annotations
|
|
|
-# from cvdatasets.annotation.types.cub import CUB_Annotations
|
|
|
-# from cvdatasets.annotation.types.dogs import DOGS_Annotations
|
|
|
-# from cvdatasets.annotation.types.flowers import FLOWERS_Annotations
|
|
|
-# from cvdatasets.annotation.types.hed import HED_Annotations
|
|
|
-# from cvdatasets.annotation.types.imagenet import INET_Annotations
|
|
|
-# from cvdatasets.annotation.types.inat import INAT18_Annotations
|
|
|
-# from cvdatasets.annotation.types.inat import INAT19_Annotations
|
|
|
-# from cvdatasets.annotation.types.inat import INAT20_Annotations
|
|
|
-# from cvdatasets.annotation.types.nab import NAB_Annotations
|
|
|
-# from cvdatasets.annotation.types.tigers import TIGERS_Annotations
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-__all__ = [
|
|
|
- "AnnotationType",
|
|
|
- "BaseAnnotations",
|
|
|
- "BBoxMixin",
|
|
|
- # "BSNAP_Annotations",
|
|
|
- # "CARS_Annotations",
|
|
|
- # "CUB_Annotations",
|
|
|
- # "DOGS_Annotations",
|
|
|
- # "FLOWERS_Annotations",
|
|
|
- # "HED_Annotations",
|
|
|
- # "INAT18_Annotations",
|
|
|
- # "INAT19_Annotations",
|
|
|
- # "INAT20_Annotations",
|
|
|
- # "INET_Annotations",
|
|
|
- # "NAB_Annotations",
|
|
|
- "PartsMixin",
|
|
|
- # "TIGERS_Annotations",
|
|
|
-]
|