[c1b1c5]: / ViTPose / mmpose / datasets / samplers / __init__.py

Download this file

5 lines (3 with data), 134 Bytes

1
2
3
4
# Copyright (c) OpenMMLab. All rights reserved.
from .distributed_sampler import DistributedSampler
__all__ = ['DistributedSampler']