init
This commit is contained in:
6
finetune/mmseg/structures/sampler/__init__.py
Normal file
6
finetune/mmseg/structures/sampler/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# Copyright (c) OpenMMLab. All rights reserved.
|
||||
from .base_pixel_sampler import BasePixelSampler
|
||||
from .builder import build_pixel_sampler
|
||||
from .ohem_pixel_sampler import OHEMPixelSampler
|
||||
|
||||
__all__ = ['build_pixel_sampler', 'BasePixelSampler', 'OHEMPixelSampler']
|
||||
Reference in New Issue
Block a user