Skip to content

Commit 1df038c

Browse files
caitlinwheelesscaitlinwheelessjomboothhlomzik
authored
feat: DOC-265: Add video frame classification template (#6841)
Co-authored-by: caitlinwheeless <[email protected]> Co-authored-by: Jo Booth <[email protected]> Co-authored-by: hlomzik <[email protected]>
1 parent d373c35 commit 1df038c

File tree

1 file changed

+18
-0
lines changed
  • label_studio/annotation_templates/videos/video-frame-classification

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
title: Video Frame Classification
2+
type: community
3+
group: Videos
4+
image: /static/templates/video-frame-classification.png
5+
details: <h1>Classify frames within a video</h1>
6+
config: |
7+
<View>
8+
<TimelineLabels name="videoLabels" toName="video">
9+
<Label value="Movement" background="#c813ec"/>
10+
<Label value="Still" background="#1d81cd"/>
11+
<Label value="Slow Motion" background="#54d651"/>
12+
</TimelineLabels>
13+
<Video name="video" value="$video" timelineHeight="120" />
14+
</View>
15+
16+
<!--{
17+
"video": "/static/samples/opossum_snow.mp4"
18+
}-->

0 commit comments

Comments
 (0)