File size: 578 Bytes
002bd9b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copy from: https://github.com/facebookresearch/detectron2/tree/898507047cf441a1e4be7a729270961c401c4354
# Copyright (c) Facebook, Inc. and its affiliates.
from fvcore.transforms.transform import Transform, TransformList  # order them first
from fvcore.transforms.transform import *
from .transform import *
from .augmentation import *
from .augmentation_impl import *

__all__ = [k for k in globals().keys() if not k.startswith("_")]


# from detectron2.utils.env import fixup_module_metadata

# fixup_module_metadata(__name__, globals(), __all__)
# del fixup_module_metadata