File size: 766 Bytes
638d034
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: mask
    dtype: image
  - name: keypoints_2d
    list:
      list: float32
      length: 2
  - name: subject
    dtype: int32
  - name: action
    dtype: string
  - name: folder_name
    dtype: string
  - name: frame_index
    dtype: int32
  - name: image_relpath
    dtype: string
  - name: mask_relpath
    dtype: string
  - name: landmarks_relpath
    dtype: string
  splits:
  - name: train
    num_bytes: 3081682921
    num_examples: 796648
  - name: test
    num_bytes: 334402086
    num_examples: 87975
  download_size: 3334443528
  dataset_size: 3416085007
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---