From 414e62d1500cf3e1e868b8e7cf1b0dfd1e6b0a87 Mon Sep 17 00:00:00 2001 From: aparnah Date: Mon, 8 Jul 2024 15:30:48 +0530 Subject: [PATCH] added config file --- config.yml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 config.yml diff --git a/config.yml b/config.yml new file mode 100644 index 0000000..6979d8e --- /dev/null +++ b/config.yml @@ -0,0 +1,57 @@ +measurements: + - name: arm_length + landmarks: + - 11 + - 13 + - 15 + + - name: leg_length + landmarks: + - 23 + - 25 + - 27 + + - name: shoulder_length + landmarks: + - 11 + - 12 + + - name: neck_to_hip_length + landmarks: + - 11 + - 23 + +#0 - nose +#1 - left eye (inner) +#2 - left eye +#3 - left eye (outer) +#4 - right eye (inner) +#5 - right eye +#6 - right eye (outer) +#7 - left ear +#8 - right ear +#9 - mouth (left) +#10 - mouth (right) +#11 - left shoulder +#12 - right shoulder +#13 - left elbow +#14 - right elbow +#15 - left wrist +#16 - right wrist +#17 - left pinky +#18 - right pinky +#19 - left index +#20 - right index +#21 - left thumb +#22 - right thumb +#23 - left hip +#24 - right hip +#25 - left knee +#26 - right knee +#27 - left ankle +#28 - right ankle +#29 - left heel +#30 - right heel +#31 - left foot index +#32 - right foot index +