STDC/mmseg/core/seg/__init__.py
2020-07-10 02:39:01 +08:00

5 lines
172 B
Python

from .builder import build_pixel_sampler
from .sampler import BasePixelSampler, OHEMPixelSampler
__all__ = ['build_pixel_sampler', 'BasePixelSampler', 'OHEMPixelSampler']