mmpose/projects/pose_anything/models/keypoint_heads/__init__.py

4 lines
51 B
Python

from .head import PoseHead
__all__ = ['PoseHead']