1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| title: Semantic Segmentation with Masks
| type: community
| group: Computer Vision
| order: 2
| image: /static/templates/semantic-segmentation-with-masks.png
| details: |
| <h1>Draw masks around the object with the brush tool</h1>
| <dl>
| <dt>Industry Applications</dt>
| <dd>autonomous driving, medical image analysis, satellite imagery analysis, robotics vision, agriculture monitoring, urban planning, environmental monitoring, quality inspection, pathology diagnosis, dermatology, retinal analysis, manufacturing defects</dd>
| <dt>Associated Models</dt>
| <dd>U-Net, DeepLab, Mask R-CNN, SegNet, PSPNet, FCN</dd>
| <dt>Domain Terminology</dt>
| <dd>pixel-level classification, dense prediction, instance segmentation, panoptic segmentation</dd>
| </dl>
| config: |
| <View>
| <Image name="image" value="$image" zoom="true"/>
| <BrushLabels name="tag" toName="image">
| <Label value="Airplane" background="rgba(255, 0, 0, 0.7)"/>
| <Label value="Car" background="rgba(0, 0, 255, 0.7)"/>
| </BrushLabels>
| </View>
|
|