Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
geopavlakos
/
HaMeR
like
14
Build error
App
Files
Files
Community
3
aabc78e
HaMeR
/
mmpose
/
datasets
/
samplers
/
__init__.py
geopavlakos
Initial commit
d7a991a
about 1 year ago
raw
Copy download link
history
blame
Safe
134 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.distributed_sampler
import
DistributedSampler
__all__ = [
'DistributedSampler'
]