1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| title: Keypoint Labeling
| type: community
| group: Computer Vision
| order: 10000
| image: /static/templates/keypoints.png
| details: |
| <h1>Add labeled keypoints</h1>
| <dl>
| <dt>Industry Applications</dt>
| <dd>human pose estimation, facial landmark detection, sports performance analysis, medical diagnosis, augmented reality, motion capture, fitness tracking, gesture recognition, automotive safety, driver monitoring, biometric authentication, animation industry</dd>
| <dt>Associated Models</dt>
| <dd>OpenPose, MediaPipe, PoseNet, DensePose, Face++, Dlib</dd>
| <dt>Domain Terminology</dt>
| <dd>anatomical landmarks, joint detection, skeletal tracking, facial keypoints, body pose analysis</dd>
| </dl>
| config: |
| <View>
| <KeyPointLabels name="kp-1" toName="img-1">
| <Label value="Face" background="red" />
| <Label value="Nose" background="green" />
| </KeyPointLabels>
| <Image name="img-1" value="$img" />
| </View>
|
|