File size: 790 Bytes
276053e
 
2c36fff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
276053e
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
---
license: mit
dataset_info:
  config_name: video
  features:
  - name: id
    dtype: string
  - name: path
    dtype: string
  - name: binary_target
    dtype:
      class_label:
        names:
          '0': Non-violence
          '1': Violence
  - name: multilabel_targets
    sequence:
      class_label:
        names:
          '0': Normal
          '1': Fighting
          '2': Shooting
          '3': Riot
          '4': Abuse
          '5': Car accident
          '6': Explosion
  - name: frame_annotations
    sequence:
    - name: start
      dtype: int32
    - name: end
      dtype: int32
  splits:
  - name: train
    num_bytes: 780973
    num_examples: 3942
  - name: test
    num_bytes: 118898
    num_examples: 500
  download_size: 79370542052
  dataset_size: 899871
---