From 8483f2ef2f948d68f18c430816abafab917fc636 Mon Sep 17 00:00:00 2001 From: Zero-nnkn Date: Mon, 20 Mar 2023 23:08:53 +0700 Subject: [PATCH] Fix error of `POSE_PAIRS` in pose estimation doc --- doc/js_tutorials/js_assets/js_pose_estimation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/js_tutorials/js_assets/js_pose_estimation.html b/doc/js_tutorials/js_assets/js_pose_estimation.html index 19c64663d1..dbdb26fdbc 100644 --- a/doc/js_tutorials/js_assets/js_pose_estimation.html +++ b/doc/js_tutorials/js_assets/js_pose_estimation.html @@ -147,7 +147,7 @@ if (dataset === 'COCO') { ["Neck", "LShoulder"], ["RShoulder", "RElbow"], ["RElbow", "RWrist"], ["LShoulder", "LElbow"], ["LElbow", "LWrist"], ["Nose", "REye"], - ["REye", "REar"], ["Neck", "LEye"], + ["REye", "REar"], ["Nose", "LEye"], ["LEye", "LEar"], ["Neck", "MidHip"], ["MidHip", "RHip"], ["RHip", "RKnee"], ["RKnee", "RAnkle"], ["RAnkle", "RBigToe"],