Skip to content

Commit

Permalink
update heads
Browse files Browse the repository at this point in the history
  • Loading branch information
jin-s13 committed May 26, 2021
1 parent cd5173b commit 884361f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mmpose/models/keypoint_heads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
from .fc_head import FcHead
from .interhand_3d_head import Interhand3DHead
from .paf_head import PAFHead
from .paf_simple_head import PAFSimpleHead
from .temporal_regression_head import TemporalRegressionHead
from .top_down_multi_stage_head import TopDownMSMUHead, TopDownMultiStageHead
from .top_down_simple_head import TopDownSimpleHead

__all__ = [
'TopDownSimpleHead', 'TopDownMultiStageHead', 'TopDownMSMUHead', 'PAFHead',
'PAFSimpleHead', 'BottomUpHigherResolutionHead', 'BottomUpSimpleHead',
'FcHead', 'TemporalRegressionHead', 'Interhand3DHead'
'BottomUpHigherResolutionHead', 'BottomUpSimpleHead', 'FcHead',
'TemporalRegressionHead', 'Interhand3DHead'
]

0 comments on commit 884361f

Please sign in to comment.