mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-19 15:41:33 +00:00
5 lines
194 B
Python
Executable File
5 lines
194 B
Python
Executable File
from .distributed_sampler import DistributedSampler
|
|
from .group_sampler import DistributedGroupSampler, GroupSampler
|
|
|
|
__all__ = ['DistributedSampler', 'DistributedGroupSampler', 'GroupSampler']
|