Image Key Points

Key Points labeling for the images

Run

label-studio init --template=image_keypoints image_keypoints_project
label-studio start image_keypoints_project

Config

<View>
  <KeyPointLabels name="tag" toName="img" strokewidth="5">
    <Label value="Ear" background="blue"></Label>
    <Label value="Lip" background="red"></Label>
  </KeyPointLabels>
  <Image name="img" value="$image" zoom="true"></Image>
</View>