Skip to content

Commit 1d95a1a

Browse files
authored
Fix wrong string (#2292)
1 parent ab97f5b commit 1d95a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openpose/pose/poseParameters.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ namespace op
137137
{14, "RKnee"},
138138
{15, "LAnkle"},
139139
{16, "RAnkle"},
140-
{17, "UpperNeck"},
140+
{17, "Neck"},
141141
{18, "HeadTop"},
142142
{19, "LBigToe"},
143143
{20, "LSmallToe"},

0 commit comments

Comments
 (0)