File size: 1,945 Bytes
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
---
license: mit
dataset_info:
  - 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: 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

---