Mountchicken's picture
Upload 704 files
9bf4bd7
raw
history blame contribute delete
273 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from .base import BaseGatherer
from .mono_gatherer import MonoGatherer
from .naf_gatherer import NAFGatherer
from .pair_gatherer import PairGatherer
__all__ = ['BaseGatherer', 'MonoGatherer', 'PairGatherer', 'NAFGatherer']