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 Segmentation
Image segmentation using a brush and producing a mask
Run
label-studio init image_segmentation_project
label-studio start image_segmentation_project
Config
<View>
<BrushLabels name="tag" toName="img">
<Label value="Planet" />
<Label value="Moonwalker" background="rgba(255,0,0,0.5)" />
</BrushLabels>
<Image name="img" value="$image" zoom="true" zoomControl="true" />
</View>