test2 / mmseg /core /seg /__init__.py
mccaly's picture
Upload 660 files
b13b124
raw history blame
No virus
172 Bytes
from .builder import build_pixel_sampler
from .sampler import BasePixelSampler, OHEMPixelSampler
__all__ = ['build_pixel_sampler', 'BasePixelSampler', 'OHEMPixelSampler']