Saurabh1105's picture
MMdet Model for Image Segmentation
6c9ac8f
from .decoder import BaseIAMDecoder, GroupIAMDecoder, GroupIAMSoftDecoder
from .encoder import PyramidPoolingModule
from .loss import SparseInstCriterion, SparseInstMatcher
from .sparseinst import SparseInst
__all__ = [
'BaseIAMDecoder', 'GroupIAMDecoder', 'GroupIAMSoftDecoder',
'PyramidPoolingModule', 'SparseInstCriterion', 'SparseInstMatcher',
'SparseInst'
]