File size: 854 Bytes
a056be9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': body_swing
          '1': crawling
          '2': jumping
          '3': looking_left
          '4': looking_right
          '5': looking_up_or_down
          '6': moving_down
          '7': moving_up
          '8': sitting
          '9': standing
          '10': turning_around
          '11': turning_left
          '12': turning_right
          '13': walking
  splits:
  - name: train
    num_bytes: 5145133631.037
    num_examples: 31703
  - name: validation
    num_bytes: 1236821917.354
    num_examples: 7918
  download_size: 5783153535
  dataset_size: 6381955548.391
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---