Bin
2025-12-17 21f0498f62ada55651f4d232327e15fc47f498b1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
title: Computer Vision
type: templates
order: 2000
meta_title: Gallery of Computer Vision Labeling Templates
meta_description: Gallery of templates available to perform data labeling and annotation tasks with Label Studio for your machine learning model and data science projects.
layout: templates
cards:
- title: Semantic Segmentation with Polygons
  categories:
  - semantic segmentation
  image: "/images/templates/semantic-segmentation-with-polygons.png"
  url: "/templates/image_polygons.html"
- title: Semantic Segmentation with Masks
  categories:
  - semantic segmentation
  - brush masks
  image: "/images/templates/semantic-segmentation-with-masks.png"
  url: "/templates/image_segmentation.html"
- title: Object Detection with Bounding Boxes
  categories:
  - object detection
  image: "/images/templates/object-detection-with-bounding-boxes.png"
  url: "/templates/image_bbox.html"
- title: Keypoint Labeling
  categories:
  - keypoints
  - pose annotation
  image: "/images/templates/keypoints.png"
  url: "/templates/image_keypoints.html"
- title: Image Captioning
  categories:
  - captioning
  image: "/images/templates/image-captioning.png"
  url: "/templates/image_captioning.html"
- title: Optical Character Recognition
  categories:
  - ocr
  image: "/images/templates/optical-character-recognition.png"
  url: "/templates/optical_character_recognition.html"
- title: Multi-page Document Annotation
  categories:
  - Documentation annotation
  image: "/images/templates/multipage.png"
  url: "/templates/multi-page-document-annotation.html"
- title: Image Classification
  categories:
  - classification
  image: "/images/templates/image-classification.png"
  url: "/templates/image_classification.html"
- title: Visual Question Answering
  categories:
  - vqa
  - semantic image classification
  image: "/images/templates/visual-question-answering.png"
  url: "/templates/visual_question_answering.html"
- title: Object Detection with Ellipses
  categories:
  - object detection
  - semantic segmentation
  image: "/images/templates-misc/object-detection-ellipses.png"
  url: "/templates/image_ellipse.html"
- title: Multi-Image Classification
  categories:
  - Image Classification
  image: "/images/templates-misc/multi-image-classification.png"
  url: "/templates/multi-image_classification.html"
- title: Medical Image Classification and Segmentation
  categories:
  - Image Classification
  - object detection
  image: "/images/templates/medical-image-classification.png"
  url: "/templates/medical_imaging_classification.html"
---