chenzhaoyang
2025-12-17 063da0bf961e1d35e25dc107f883f7492f4c5a7c
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
---
title: Videos
type: templates
order: 2006
meta_title: Gallery of Video 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: Video Classification
  categories:
  - classification
  image: "/images/templates/video-classification.png"
  url: "/templates/video_classification.html"
 
- title: Video Object Detection
  categories:
  - video segmentation
  - object detection
  - audio sync
  image: "/images/templates/video-object-tracking.png"
  url: "/templates/video_object_detector.html"
 
- title: Video Timeline Segmentation
  categories:
  - video segmentation
  - audio sync
  image: "/images/templates/video-timeline-segmentation.png"
  url: "/templates/video_timeline_segmentation.html"
 
- title: Video Frame Classification
  categories:
  - video segmentation
  - classification
  image: "/images/templates/video-frame-classification.png"
  url: "/templates/video_frame_classification.html"
---