Skip to content

Commit 1782e05

Browse files
authored
change 'NAME' from pose_hrnet to cls_hrnet
1 parent f355e11 commit 1782e05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/config/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
# common params for NETWORK
3737
_C.MODEL = CN()
38-
_C.MODEL.NAME = 'pose_hrnet'
38+
_C.MODEL.NAME = 'cls_hrnet'
3939
_C.MODEL.INIT_WEIGHTS = True
4040
_C.MODEL.PRETRAINED = ''
4141
_C.MODEL.NUM_JOINTS = 17

0 commit comments

Comments
 (0)