mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Fix error of POSE_PAIRS
in pose estimation doc
This commit is contained in:
parent
94b3bad3c9
commit
8483f2ef2f
@ -147,7 +147,7 @@ if (dataset === 'COCO') {
|
|||||||
["Neck", "LShoulder"], ["RShoulder", "RElbow"],
|
["Neck", "LShoulder"], ["RShoulder", "RElbow"],
|
||||||
["RElbow", "RWrist"], ["LShoulder", "LElbow"],
|
["RElbow", "RWrist"], ["LShoulder", "LElbow"],
|
||||||
["LElbow", "LWrist"], ["Nose", "REye"],
|
["LElbow", "LWrist"], ["Nose", "REye"],
|
||||||
["REye", "REar"], ["Neck", "LEye"],
|
["REye", "REar"], ["Nose", "LEye"],
|
||||||
["LEye", "LEar"], ["Neck", "MidHip"],
|
["LEye", "LEar"], ["Neck", "MidHip"],
|
||||||
["MidHip", "RHip"], ["RHip", "RKnee"],
|
["MidHip", "RHip"], ["RHip", "RKnee"],
|
||||||
["RKnee", "RAnkle"], ["RAnkle", "RBigToe"],
|
["RKnee", "RAnkle"], ["RAnkle", "RBigToe"],
|
||||||
|
Loading…
Reference in New Issue
Block a user