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
| title: Video Classification
| type: community
| group: Videos
| image: /static/templates/video-classification.png
| details: |
| <h1>Classify video</h1>
| <dl>
| <dt>Industry Applications</dt>
| <dd>content moderation, sports analysis, medical video analysis, surveillance footage review, entertainment industry, educational content, quality control, social media filtering, broadcast media, security monitoring, autonomous vehicles, drone footage analysis</dd>
| <dt>Associated Models</dt>
| <dd>3D CNN, I3D, SlowFast, TSN, TimeSformer, Video Transformer</dd>
| <dt>Domain Terminology</dt>
| <dd>action recognition, temporal modeling, video understanding, activity classification, motion recognition</dd>
| </dl>
| config: |
| <View>
| <Video name="video" value="$video"/>
| <Choices name="choice" toName="video" showInLine="true">
| <Choice value="Blurry" />
| <Choice value="Sharp" />
| </Choices>
| </View>
|
| <!-- {
| "data": {
| "video": "/static/samples/opossum_snow.mp4"
| },
| "annotations": [{"result":
| [
| {
| "value": {
| "choices": [
| "Blurry"
| ]
| },
| "id": "vB3U85jSU4",
| "from_name": "choice",
| "to_name": "video",
| "type": "choices"
| }
| ]
| }]
| }
| -->
|
|