templates
- Introduction
- Image Classification
- Image Object Detection
- Image Key Points
- Image Segmentation
- Image Ellipse
- Image Polygons
- Text Named Entity Recognition
- Text Sentiment Analysis
- Dialogue Analysis
- HTML Documents NER
- Audio Transcription
- Audio Classification
- Audio Regions
- Video Classifier
- Pairwise Comparison
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>