parent
187774ba35
commit
a2d9047e9a
12 changed files with 12 additions and 6 deletions
@ -1,7 +1,5 @@ |
||||
from .base_roi_extractor import BaseRoIExtractor |
||||
from .generic_roi_extractor import GenericRoIExtractor |
||||
from .single_level_roi_extractor import SingleRoIExtractor |
||||
|
||||
__all__ = [ |
||||
'SingleRoIExtractor', |
||||
'GenericRoIExtractor', |
||||
] |
||||
__all__ = ['BaseRoIExtractor', 'SingleRoIExtractor', 'GenericRoIExtractor'] |
||||
|
Loading…
Reference in new issue