AnonymousSubmitt commited on
Commit
4ee5efc
·
verified ·
1 Parent(s): 4b1f032

Croissant 1.1: add recordSet (NeurIPS required) + all core+RAI fields validated

Browse files
Files changed (1) hide show
  1. croissant.json +43 -3
croissant.json CHANGED
@@ -41,7 +41,7 @@
41
  "@type": "sc:Dataset",
42
  "name": "apple-pi",
43
  "description": "Apple-Pi is an evaluation subset of a larger physics benchmark for evaluating physics reasoning in image and video generation models. Each case provides a video clip (or rendered frames) with ground-truth annotations of physical parameters, instance segmentation, and per-frame velocity. Released for double-blind submission.",
44
- "conformsTo": "http://mlcommons.org/croissant/1.0",
45
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
46
  "url": "https://huggingface.co/datasets/AnonymousSubmitt/apple-pi",
47
  "version": "1.0.0",
@@ -107,7 +107,7 @@
107
  "name": "sim_subset",
108
  "description": "Simulation cases. Each case is a folder containing rendered video frames, instance segmentation, depth, mask, velocity, and physics annotations.",
109
  "encodingFormat": "application/octet-stream",
110
- "includes": "sim_subset/**"
111
  },
112
  {
113
  "@type": "cr:FileSet",
@@ -115,7 +115,47 @@
115
  "name": "realworld_subset",
116
  "description": "Realworld cases. Each case is a folder containing a video clip, instance segmentation, mask, velocity reference, and physics annotations.",
117
  "encodingFormat": "application/octet-stream",
118
- "includes": "realworld_subset/**"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
119
  }
120
  ]
121
  }
 
41
  "@type": "sc:Dataset",
42
  "name": "apple-pi",
43
  "description": "Apple-Pi is an evaluation subset of a larger physics benchmark for evaluating physics reasoning in image and video generation models. Each case provides a video clip (or rendered frames) with ground-truth annotations of physical parameters, instance segmentation, and per-frame velocity. Released for double-blind submission.",
44
+ "conformsTo": "http://mlcommons.org/croissant/1.1",
45
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
46
  "url": "https://huggingface.co/datasets/AnonymousSubmitt/apple-pi",
47
  "version": "1.0.0",
 
107
  "name": "sim_subset",
108
  "description": "Simulation cases. Each case is a folder containing rendered video frames, instance segmentation, depth, mask, velocity, and physics annotations.",
109
  "encodingFormat": "application/octet-stream",
110
+ "includes": "sim_subset/**/*"
111
  },
112
  {
113
  "@type": "cr:FileSet",
 
115
  "name": "realworld_subset",
116
  "description": "Realworld cases. Each case is a folder containing a video clip, instance segmentation, mask, velocity reference, and physics annotations.",
117
  "encodingFormat": "application/octet-stream",
118
+ "includes": "realworld_subset/**/*"
119
+ }
120
+ ],
121
+ "recordSet": [
122
+ {
123
+ "@type": "cr:RecordSet",
124
+ "@id": "sim_files",
125
+ "name": "sim_files",
126
+ "description": "One record per file in sim_subset/.",
127
+ "field": [
128
+ {
129
+ "@type": "cr:Field",
130
+ "@id": "sim_files/filename",
131
+ "name": "filename",
132
+ "description": "Relative file path inside sim_subset/.",
133
+ "dataType": "sc:Text",
134
+ "source": {
135
+ "fileSet": {"@id": "sim_subset"},
136
+ "extract": {"fileProperty": "filename"}
137
+ }
138
+ }
139
+ ]
140
+ },
141
+ {
142
+ "@type": "cr:RecordSet",
143
+ "@id": "realworld_files",
144
+ "name": "realworld_files",
145
+ "description": "One record per file in realworld_subset/.",
146
+ "field": [
147
+ {
148
+ "@type": "cr:Field",
149
+ "@id": "realworld_files/filename",
150
+ "name": "filename",
151
+ "description": "Relative file path inside realworld_subset/.",
152
+ "dataType": "sc:Text",
153
+ "source": {
154
+ "fileSet": {"@id": "realworld_subset"},
155
+ "extract": {"fileProperty": "filename"}
156
+ }
157
+ }
158
+ ]
159
  }
160
  ]
161
  }