File size: 1,508 Bytes
25d3571
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: dataset_source
    dtype: string
  - name: example_type
    dtype: string
  - name: text_caption
    dtype: string
  - name: text_caption_list
    sequence: string
  - name: rewrite_text_caption
    dtype: string
  - name: rewrite_text_caption_list
    sequence: string
  - name: rewrite_caption_levels
    sequence:
    - name: caption
      dtype: string
    - name: segments
      sequence:
      - name: tag
        dtype: int32
      - name: text
        dtype: string
  - name: general_scene_caption
    dtype: string
  - name: is_condition_pose_real_signal
    dtype: bool
  - name: is_pose_to_generate_real_signal
    dtype: bool
  - name: is_real_image_real_signal
    dtype: bool
  - name: ori_condition_pose_image
    dtype: image
  - name: ori_pose_to_generate_image
    dtype: image
  - name: ori_real_image
    dtype: image
  - name: ID
    dtype: string
  - name: metadata
    dtype: string
  - name: person_idx
    dtype: int32
  - name: person_bounding_box
    dtype: string
  - name: person_bounding_box_in_order
    dtype: string
  - name: num_detected_people
    dtype: int32
  - name: notes
    dtype: string
  - name: interaction_label
    dtype: string
  - name: number_of_interacting_people
    dtype: int32
  splits:
  - name: train
    num_bytes: 216607878988.595
    num_examples: 104595
  download_size: 210262961216
  dataset_size: 216607878988.595
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---