File size: 2,461 Bytes
0e23707
 
 
92be8b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0e23707
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
---
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_target
    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: 782565
    num_examples: 3950
  - name: test
    num_bytes: 169505
    num_examples: 800
  download_size: 85510639707
  dataset_size: 952070
- config_name: i3d_rgb
  features:
  - name: id
    dtype: string
  - name: feature
    dtype:
      array2_d:
        shape: 
        - 2048
        dtype: float32
  - name: binary_target
    dtype:
      class_label:
        names:
          '0': Non-violence
          '1': Violence
  - name: multilabel_target
    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: 10535081525
    num_examples: 19750
  - name: test
    num_bytes: 1512537525
    num_examples: 4000
  download_size: 12040668091
  dataset_size: 12047619050
- config_name: swin_rgb
  features:
  - name: id
    dtype: string
  - name: feature
    dtype:
      array2_d:
        shape: 
        - 768
        dtype: float32
  - name: binary_target
    dtype:
      class_label:
        names:
          '0': Non-violence
          '1': Violence
  - name: multilabel_target
    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: 3954857525
    num_examples: 19750
  - name: test
    num_bytes: 567897525
    num_examples: 4000
  download_size: 4515804091
  dataset_size: 4522755050
---