AnonymousSubmitt commited on
Commit
68c0640
·
verified ·
1 Parent(s): 4ccabc2

Align case counts to paper: 243 sim + 157 real = 400 total

Browse files
Files changed (1) hide show
  1. croissant.json +10 -6
croissant.json CHANGED
@@ -49,7 +49,7 @@
49
  },
50
  "@type": "sc:Dataset",
51
  "name": "apple-pi-full",
52
- "description": "Apple-Pi (Full): a physics benchmark of 404 cases (247 simulation + 157 realworld) 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.",
53
  "conformsTo": "http://mlcommons.org/croissant/1.1",
54
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
55
  "url": "https://huggingface.co/datasets/AnonymousSubmitt/apple-pi-full",
@@ -87,7 +87,7 @@
87
  "@id": "https://www.wikidata.org/wiki/Q4929239"
88
  },
89
  "prov:label": "Synthetic data generation",
90
- "sc:description": "Simulation cases (247 total across 9 single-task families and 1 multi-task composition family) generated with NVIDIA Isaac Sim (rigid-body 3D physics simulator built on PhysX). For each scene we specified physical parameters (gravity, materials, initial velocities, friction, restitution), ran deterministic simulation, and rendered video frames at 24 fps along with per-frame instance segmentation, depth, mask, velocity, and density buffers. Ground-truth labels are computed directly from physics-engine state.",
91
  "prov:atTime": "2025/2026",
92
  "prov:wasAttributedTo": [
93
  {
@@ -149,8 +149,10 @@
149
  "@type": "cr:FileSet",
150
  "@id": "sim_subset",
151
  "name": "sim_subset",
152
- "description": "Simulation cases (247 total). Each case is a folder containing rendered video frames, instance segmentation, depth, mask, velocity, density, and physics annotations.",
153
- "containedIn": {"@id": "repo"},
 
 
154
  "encodingFormat": "application/octet-stream",
155
  "includes": "sim_subset/**/*"
156
  },
@@ -159,7 +161,9 @@
159
  "@id": "realworld_subset",
160
  "name": "realworld_subset",
161
  "description": "Realworld cases (157 total). Each case is a folder containing a video clip, instance segmentation, mask, instantaneous velocity reference, and physics annotations.",
162
- "containedIn": {"@id": "repo"},
 
 
163
  "encodingFormat": "application/octet-stream",
164
  "includes": "realworld_subset/**/*"
165
  }
@@ -212,4 +216,4 @@
212
  ]
213
  }
214
  ]
215
- }
 
49
  },
50
  "@type": "sc:Dataset",
51
  "name": "apple-pi-full",
52
+ "description": "Apple-Pi (Full): a physics benchmark of 400 cases (243 simulation + 157 realworld) 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.",
53
  "conformsTo": "http://mlcommons.org/croissant/1.1",
54
  "license": "https://creativecommons.org/licenses/by-sa/4.0/",
55
  "url": "https://huggingface.co/datasets/AnonymousSubmitt/apple-pi-full",
 
87
  "@id": "https://www.wikidata.org/wiki/Q4929239"
88
  },
89
  "prov:label": "Synthetic data generation",
90
+ "sc:description": "Simulation cases (243 total across 9 single-task families and a multi-task composition family) generated with NVIDIA Isaac Sim (rigid-body 3D physics simulator built on PhysX). For each scene we specified physical parameters (gravity, materials, initial velocities, friction, restitution), ran deterministic simulation, and rendered video frames at 24 fps along with per-frame instance segmentation, depth, mask, velocity, and density buffers. Ground-truth labels are computed directly from physics-engine state.",
91
  "prov:atTime": "2025/2026",
92
  "prov:wasAttributedTo": [
93
  {
 
149
  "@type": "cr:FileSet",
150
  "@id": "sim_subset",
151
  "name": "sim_subset",
152
+ "description": "Simulation cases (243 total). Each case is a folder containing rendered video frames, instance segmentation, depth, mask, velocity, density, and physics annotations.",
153
+ "containedIn": {
154
+ "@id": "repo"
155
+ },
156
  "encodingFormat": "application/octet-stream",
157
  "includes": "sim_subset/**/*"
158
  },
 
161
  "@id": "realworld_subset",
162
  "name": "realworld_subset",
163
  "description": "Realworld cases (157 total). Each case is a folder containing a video clip, instance segmentation, mask, instantaneous velocity reference, and physics annotations.",
164
+ "containedIn": {
165
+ "@id": "repo"
166
+ },
167
  "encodingFormat": "application/octet-stream",
168
  "includes": "realworld_subset/**/*"
169
  }
 
216
  ]
217
  }
218
  ]
219
+ }