mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
6 lines
293 B
Python
6 lines
293 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
from . import deeppose_regression_head # noqa: F401,F403
|
|
from . import topdown_heatmap_multi_stage_head # noqa: F401,F403
|
|
from . import topdown_heatmap_simple_head # noqa: F401,F403
|
|
from . import vipnas_heatmap_simple_head # noqa: F401,F403
|