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

Download this file

9 lines (8 with data), 336 Bytes

1
2
3
4
5
6
7
8
# Copyright (c) OpenMMLab. All rights reserved.
from .bottom_up_transform import * # noqa
from .hand_transform import * # noqa
from .loading import LoadImageFromFile # noqa
from .mesh_transform import * # noqa
from .pose3d_transform import * # noqa
from .shared_transform import * # noqa
from .top_down_transform import * # noqa