We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d373c35 commit 1df038cCopy full SHA for 1df038c
label_studio/annotation_templates/videos/video-frame-classification/config.yml
@@ -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