Bin
2025-12-16 9e0b2ba2c317b1a86212f24cbae3195ad1f3dbfa
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
title: Video Frame Classification
type: community
group: Videos
image: /static/templates/video-frame-classification.png
details: |
  <h1>Classify frames within a video</h1>
  <dl>
    <dt>Industry Applications</dt>
    <dd>video editing, sports highlights, security surveillance, medical procedure analysis, broadcast media, content creation, quality assurance, automated editing, scene detection, event detection, highlight extraction</dd>
    <dt>Associated Models</dt>
    <dd>temporal segmentation, frame-level analysis, timeline labeling, shot boundary detection</dd>
    <dt>Domain Terminology</dt>
    <dd>video segmentation, temporal annotation, scene classification, frame-based labeling, video timeline</dd>
  </dl>
config: |
  <View>
    <TimelineLabels name="videoLabels" toName="video">
      <Label value="Movement" background="#c813ec"/>
      <Label value="Still" background="#1d81cd"/>
      <Label value="Slow Motion" background="#54d651"/>
    </TimelineLabels>
    <Video name="video" value="$video" timelineHeight="120" />
  </View>
 
  <!--{
   "video": "/static/samples/opossum_snow.mp4"
  }-->