sprited commited on
Commit
aaed787
·
verified ·
1 Parent(s): 7cb540b

card: dataset_info features (image columns)

Browse files
Files changed (1) hide show
  1. README.md +109 -0
README.md CHANGED
@@ -18,6 +18,115 @@ tags:
18
  - toy-dataset
19
  size_categories:
20
  - 100K<n<1M
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  configs:
22
  - config_name: frames
23
  default: true
 
18
  - toy-dataset
19
  size_categories:
20
  - 100K<n<1M
21
+ dataset_info:
22
+ - config_name: frames
23
+ features:
24
+ - name: sample_id
25
+ dtype: string
26
+ - name: clip_id
27
+ dtype: string
28
+ - name: frame_idx
29
+ dtype: int32
30
+ - name: n_frames
31
+ dtype: int32
32
+ - name: fps
33
+ dtype: int32
34
+ - name: split
35
+ dtype: string
36
+ - name: group
37
+ dtype: string
38
+ - name: held_out
39
+ dtype: bool
40
+ - name: text
41
+ dtype: string
42
+ - name: seed
43
+ dtype: int32
44
+ - name: qa_flags
45
+ dtype: string
46
+ - name: cam_yaw
47
+ dtype: float32
48
+ - name: cam_pitch
49
+ dtype: float32
50
+ - name: cam_center_x
51
+ dtype: float32
52
+ - name: cam_center_y
53
+ dtype: float32
54
+ - name: px_per_m
55
+ dtype: float32
56
+ - name: stroke
57
+ dtype: float32
58
+ - name: bone_scale
59
+ dtype: string
60
+ - name: joint_xyz
61
+ dtype: binary
62
+ - name: joint_xy
63
+ dtype: binary
64
+ - name: joint_depth
65
+ dtype: binary
66
+ - name: joint_visible
67
+ dtype: binary
68
+ - name: root_pos
69
+ dtype: binary
70
+ - name: root_vel
71
+ dtype: binary
72
+ - name: root_heading
73
+ dtype: binary
74
+ - name: color
75
+ dtype: image
76
+ - name: depth
77
+ dtype: image
78
+ - name: normal
79
+ dtype: image
80
+ - name: seg
81
+ dtype: image
82
+ splits:
83
+ - name: train
84
+ num_examples: 363600
85
+ - name: validation
86
+ num_examples: 18000
87
+ - name: test
88
+ num_examples: 133200
89
+ - config_name: motion
90
+ features:
91
+ - name: clip_id
92
+ dtype: string
93
+ - name: group
94
+ dtype: string
95
+ - name: held_out
96
+ dtype: bool
97
+ - name: split
98
+ dtype: string
99
+ - name: text
100
+ dtype: string
101
+ - name: seed
102
+ dtype: int32
103
+ - name: fps
104
+ dtype: int32
105
+ - name: n_frames
106
+ dtype: int32
107
+ - name: frame0_basis
108
+ dtype: binary
109
+ - name: posed_joints
110
+ dtype: binary
111
+ - name: local_rot_mats
112
+ dtype: binary
113
+ - name: global_rot_mats
114
+ dtype: binary
115
+ - name: root_positions
116
+ dtype: binary
117
+ - name: smooth_root_pos
118
+ dtype: binary
119
+ - name: global_root_heading
120
+ dtype: binary
121
+ - name: foot_contacts
122
+ dtype: binary
123
+ splits:
124
+ - name: train
125
+ num_examples: 1010
126
+ - name: validation
127
+ num_examples: 50
128
+ - name: test
129
+ num_examples: 370
130
  configs:
131
  - config_name: frames
132
  default: true