Datasets:
Reflect train/test splits in Croissant metadata
Browse filesMetadata-only update: describe scenes_train.csv and scenes_test.csv as the canonical split manifests in Croissant metadata. Dataset files and benchmark contents are unchanged.
- ih-depth.croissant.json +182 -25
ih-depth.croissant.json
CHANGED
|
@@ -95,15 +95,27 @@
|
|
| 95 |
},
|
| 96 |
{
|
| 97 |
"@type": "cr:FileObject",
|
| 98 |
-
"@id": "scenes-
|
| 99 |
-
"name": "
|
| 100 |
-
"description": "Scene-level manifest
|
| 101 |
"containedIn": {
|
| 102 |
"@id": "hf-repo"
|
| 103 |
},
|
| 104 |
-
"contentUrl": "
|
| 105 |
"encodingFormat": "text/csv",
|
| 106 |
-
"sha256": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 107 |
},
|
| 108 |
{
|
| 109 |
"@type": "cr:FileObject",
|
|
@@ -175,29 +187,160 @@
|
|
| 175 |
"recordSet": [
|
| 176 |
{
|
| 177 |
"@type": "cr:RecordSet",
|
| 178 |
-
"@id": "scenes",
|
| 179 |
-
"name": "IH-Depth scenes",
|
| 180 |
-
"description": "Scene-level records for the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 181 |
"key": [
|
| 182 |
{
|
| 183 |
-
"@id": "scenes/collection"
|
| 184 |
},
|
| 185 |
{
|
| 186 |
-
"@id": "scenes/path"
|
| 187 |
},
|
| 188 |
{
|
| 189 |
-
"@id": "scenes/step"
|
| 190 |
}
|
| 191 |
],
|
| 192 |
"field": [
|
| 193 |
{
|
| 194 |
"@type": "cr:Field",
|
| 195 |
-
"@id": "scenes/scene",
|
| 196 |
"name": "scene",
|
| 197 |
"dataType": "sc:Text",
|
| 198 |
"source": {
|
| 199 |
"fileObject": {
|
| 200 |
-
"@id": "scenes-
|
| 201 |
},
|
| 202 |
"extract": {
|
| 203 |
"column": "scene"
|
|
@@ -206,12 +349,26 @@
|
|
| 206 |
},
|
| 207 |
{
|
| 208 |
"@type": "cr:Field",
|
| 209 |
-
"@id": "scenes/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 210 |
"name": "collection",
|
| 211 |
"dataType": "sc:Text",
|
| 212 |
"source": {
|
| 213 |
"fileObject": {
|
| 214 |
-
"@id": "scenes-
|
| 215 |
},
|
| 216 |
"extract": {
|
| 217 |
"column": "collection"
|
|
@@ -220,12 +377,12 @@
|
|
| 220 |
},
|
| 221 |
{
|
| 222 |
"@type": "cr:Field",
|
| 223 |
-
"@id": "scenes/path",
|
| 224 |
"name": "path",
|
| 225 |
"dataType": "sc:Text",
|
| 226 |
"source": {
|
| 227 |
"fileObject": {
|
| 228 |
-
"@id": "scenes-
|
| 229 |
},
|
| 230 |
"extract": {
|
| 231 |
"column": "path"
|
|
@@ -234,12 +391,12 @@
|
|
| 234 |
},
|
| 235 |
{
|
| 236 |
"@type": "cr:Field",
|
| 237 |
-
"@id": "scenes/step",
|
| 238 |
"name": "step",
|
| 239 |
"dataType": "sc:Text",
|
| 240 |
"source": {
|
| 241 |
"fileObject": {
|
| 242 |
-
"@id": "scenes-
|
| 243 |
},
|
| 244 |
"extract": {
|
| 245 |
"column": "step"
|
|
@@ -248,12 +405,12 @@
|
|
| 248 |
},
|
| 249 |
{
|
| 250 |
"@type": "cr:Field",
|
| 251 |
-
"@id": "scenes/depth_label_path",
|
| 252 |
"name": "depth_label_path",
|
| 253 |
"dataType": "sc:Text",
|
| 254 |
"source": {
|
| 255 |
"fileObject": {
|
| 256 |
-
"@id": "scenes-
|
| 257 |
},
|
| 258 |
"extract": {
|
| 259 |
"column": "depth_label_path"
|
|
@@ -262,12 +419,12 @@
|
|
| 262 |
},
|
| 263 |
{
|
| 264 |
"@type": "cr:Field",
|
| 265 |
-
"@id": "scenes/correspondences_path",
|
| 266 |
"name": "correspondences_path",
|
| 267 |
"dataType": "sc:Text",
|
| 268 |
"source": {
|
| 269 |
"fileObject": {
|
| 270 |
-
"@id": "scenes-
|
| 271 |
},
|
| 272 |
"extract": {
|
| 273 |
"column": "correspondences_path"
|
|
@@ -276,12 +433,12 @@
|
|
| 276 |
},
|
| 277 |
{
|
| 278 |
"@type": "cr:Field",
|
| 279 |
-
"@id": "scenes/cyl_path",
|
| 280 |
"name": "cyl_path",
|
| 281 |
"dataType": "sc:Text",
|
| 282 |
"source": {
|
| 283 |
"fileObject": {
|
| 284 |
-
"@id": "scenes-
|
| 285 |
},
|
| 286 |
"extract": {
|
| 287 |
"column": "cyl_path"
|
|
|
|
| 95 |
},
|
| 96 |
{
|
| 97 |
"@type": "cr:FileObject",
|
| 98 |
+
"@id": "scenes-train-csv",
|
| 99 |
+
"name": "scenes_train.csv",
|
| 100 |
+
"description": "Scene-level manifest for the 41 training scenes in the frozen benchmark split.",
|
| 101 |
"containedIn": {
|
| 102 |
"@id": "hf-repo"
|
| 103 |
},
|
| 104 |
+
"contentUrl": "scenes_train.csv",
|
| 105 |
"encodingFormat": "text/csv",
|
| 106 |
+
"sha256": "1472d6695d5dba81b742bd18653e2f8acc74327a0156a96bc2d68c31d4903ca2"
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"@type": "cr:FileObject",
|
| 110 |
+
"@id": "scenes-test-csv",
|
| 111 |
+
"name": "scenes_test.csv",
|
| 112 |
+
"description": "Scene-level manifest for the 10 test scenes in the frozen benchmark split.",
|
| 113 |
+
"containedIn": {
|
| 114 |
+
"@id": "hf-repo"
|
| 115 |
+
},
|
| 116 |
+
"contentUrl": "scenes_test.csv",
|
| 117 |
+
"encodingFormat": "text/csv",
|
| 118 |
+
"sha256": "5575854fbb434343ccec9224e5fe7c19030859e12439190627f7b87f238f5509"
|
| 119 |
},
|
| 120 |
{
|
| 121 |
"@type": "cr:FileObject",
|
|
|
|
| 187 |
"recordSet": [
|
| 188 |
{
|
| 189 |
"@type": "cr:RecordSet",
|
| 190 |
+
"@id": "train-scenes",
|
| 191 |
+
"name": "IH-Depth train scenes",
|
| 192 |
+
"description": "Scene-level records for the 41 IH-Depth training scenes.",
|
| 193 |
+
"key": [
|
| 194 |
+
{
|
| 195 |
+
"@id": "train-scenes/collection"
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"@id": "train-scenes/path"
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"@id": "train-scenes/step"
|
| 202 |
+
}
|
| 203 |
+
],
|
| 204 |
+
"field": [
|
| 205 |
+
{
|
| 206 |
+
"@type": "cr:Field",
|
| 207 |
+
"@id": "train-scenes/scene",
|
| 208 |
+
"name": "scene",
|
| 209 |
+
"dataType": "sc:Text",
|
| 210 |
+
"source": {
|
| 211 |
+
"fileObject": {
|
| 212 |
+
"@id": "scenes-train-csv"
|
| 213 |
+
},
|
| 214 |
+
"extract": {
|
| 215 |
+
"column": "scene"
|
| 216 |
+
}
|
| 217 |
+
}
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"@type": "cr:Field",
|
| 221 |
+
"@id": "train-scenes/split",
|
| 222 |
+
"name": "split",
|
| 223 |
+
"dataType": "sc:Text",
|
| 224 |
+
"source": {
|
| 225 |
+
"fileObject": {
|
| 226 |
+
"@id": "scenes-train-csv"
|
| 227 |
+
},
|
| 228 |
+
"extract": {
|
| 229 |
+
"column": "split"
|
| 230 |
+
}
|
| 231 |
+
}
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"@type": "cr:Field",
|
| 235 |
+
"@id": "train-scenes/collection",
|
| 236 |
+
"name": "collection",
|
| 237 |
+
"dataType": "sc:Text",
|
| 238 |
+
"source": {
|
| 239 |
+
"fileObject": {
|
| 240 |
+
"@id": "scenes-train-csv"
|
| 241 |
+
},
|
| 242 |
+
"extract": {
|
| 243 |
+
"column": "collection"
|
| 244 |
+
}
|
| 245 |
+
}
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"@type": "cr:Field",
|
| 249 |
+
"@id": "train-scenes/path",
|
| 250 |
+
"name": "path",
|
| 251 |
+
"dataType": "sc:Text",
|
| 252 |
+
"source": {
|
| 253 |
+
"fileObject": {
|
| 254 |
+
"@id": "scenes-train-csv"
|
| 255 |
+
},
|
| 256 |
+
"extract": {
|
| 257 |
+
"column": "path"
|
| 258 |
+
}
|
| 259 |
+
}
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"@type": "cr:Field",
|
| 263 |
+
"@id": "train-scenes/step",
|
| 264 |
+
"name": "step",
|
| 265 |
+
"dataType": "sc:Text",
|
| 266 |
+
"source": {
|
| 267 |
+
"fileObject": {
|
| 268 |
+
"@id": "scenes-train-csv"
|
| 269 |
+
},
|
| 270 |
+
"extract": {
|
| 271 |
+
"column": "step"
|
| 272 |
+
}
|
| 273 |
+
}
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"@type": "cr:Field",
|
| 277 |
+
"@id": "train-scenes/depth_label_path",
|
| 278 |
+
"name": "depth_label_path",
|
| 279 |
+
"dataType": "sc:Text",
|
| 280 |
+
"source": {
|
| 281 |
+
"fileObject": {
|
| 282 |
+
"@id": "scenes-train-csv"
|
| 283 |
+
},
|
| 284 |
+
"extract": {
|
| 285 |
+
"column": "depth_label_path"
|
| 286 |
+
}
|
| 287 |
+
}
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"@type": "cr:Field",
|
| 291 |
+
"@id": "train-scenes/correspondences_path",
|
| 292 |
+
"name": "correspondences_path",
|
| 293 |
+
"dataType": "sc:Text",
|
| 294 |
+
"source": {
|
| 295 |
+
"fileObject": {
|
| 296 |
+
"@id": "scenes-train-csv"
|
| 297 |
+
},
|
| 298 |
+
"extract": {
|
| 299 |
+
"column": "correspondences_path"
|
| 300 |
+
}
|
| 301 |
+
}
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"@type": "cr:Field",
|
| 305 |
+
"@id": "train-scenes/cyl_path",
|
| 306 |
+
"name": "cyl_path",
|
| 307 |
+
"dataType": "sc:Text",
|
| 308 |
+
"source": {
|
| 309 |
+
"fileObject": {
|
| 310 |
+
"@id": "scenes-train-csv"
|
| 311 |
+
},
|
| 312 |
+
"extract": {
|
| 313 |
+
"column": "cyl_path"
|
| 314 |
+
}
|
| 315 |
+
}
|
| 316 |
+
}
|
| 317 |
+
]
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"@type": "cr:RecordSet",
|
| 321 |
+
"@id": "test-scenes",
|
| 322 |
+
"name": "IH-Depth test scenes",
|
| 323 |
+
"description": "Scene-level records for the 10 IH-Depth test scenes.",
|
| 324 |
"key": [
|
| 325 |
{
|
| 326 |
+
"@id": "test-scenes/collection"
|
| 327 |
},
|
| 328 |
{
|
| 329 |
+
"@id": "test-scenes/path"
|
| 330 |
},
|
| 331 |
{
|
| 332 |
+
"@id": "test-scenes/step"
|
| 333 |
}
|
| 334 |
],
|
| 335 |
"field": [
|
| 336 |
{
|
| 337 |
"@type": "cr:Field",
|
| 338 |
+
"@id": "test-scenes/scene",
|
| 339 |
"name": "scene",
|
| 340 |
"dataType": "sc:Text",
|
| 341 |
"source": {
|
| 342 |
"fileObject": {
|
| 343 |
+
"@id": "scenes-test-csv"
|
| 344 |
},
|
| 345 |
"extract": {
|
| 346 |
"column": "scene"
|
|
|
|
| 349 |
},
|
| 350 |
{
|
| 351 |
"@type": "cr:Field",
|
| 352 |
+
"@id": "test-scenes/split",
|
| 353 |
+
"name": "split",
|
| 354 |
+
"dataType": "sc:Text",
|
| 355 |
+
"source": {
|
| 356 |
+
"fileObject": {
|
| 357 |
+
"@id": "scenes-test-csv"
|
| 358 |
+
},
|
| 359 |
+
"extract": {
|
| 360 |
+
"column": "split"
|
| 361 |
+
}
|
| 362 |
+
}
|
| 363 |
+
},
|
| 364 |
+
{
|
| 365 |
+
"@type": "cr:Field",
|
| 366 |
+
"@id": "test-scenes/collection",
|
| 367 |
"name": "collection",
|
| 368 |
"dataType": "sc:Text",
|
| 369 |
"source": {
|
| 370 |
"fileObject": {
|
| 371 |
+
"@id": "scenes-test-csv"
|
| 372 |
},
|
| 373 |
"extract": {
|
| 374 |
"column": "collection"
|
|
|
|
| 377 |
},
|
| 378 |
{
|
| 379 |
"@type": "cr:Field",
|
| 380 |
+
"@id": "test-scenes/path",
|
| 381 |
"name": "path",
|
| 382 |
"dataType": "sc:Text",
|
| 383 |
"source": {
|
| 384 |
"fileObject": {
|
| 385 |
+
"@id": "scenes-test-csv"
|
| 386 |
},
|
| 387 |
"extract": {
|
| 388 |
"column": "path"
|
|
|
|
| 391 |
},
|
| 392 |
{
|
| 393 |
"@type": "cr:Field",
|
| 394 |
+
"@id": "test-scenes/step",
|
| 395 |
"name": "step",
|
| 396 |
"dataType": "sc:Text",
|
| 397 |
"source": {
|
| 398 |
"fileObject": {
|
| 399 |
+
"@id": "scenes-test-csv"
|
| 400 |
},
|
| 401 |
"extract": {
|
| 402 |
"column": "step"
|
|
|
|
| 405 |
},
|
| 406 |
{
|
| 407 |
"@type": "cr:Field",
|
| 408 |
+
"@id": "test-scenes/depth_label_path",
|
| 409 |
"name": "depth_label_path",
|
| 410 |
"dataType": "sc:Text",
|
| 411 |
"source": {
|
| 412 |
"fileObject": {
|
| 413 |
+
"@id": "scenes-test-csv"
|
| 414 |
},
|
| 415 |
"extract": {
|
| 416 |
"column": "depth_label_path"
|
|
|
|
| 419 |
},
|
| 420 |
{
|
| 421 |
"@type": "cr:Field",
|
| 422 |
+
"@id": "test-scenes/correspondences_path",
|
| 423 |
"name": "correspondences_path",
|
| 424 |
"dataType": "sc:Text",
|
| 425 |
"source": {
|
| 426 |
"fileObject": {
|
| 427 |
+
"@id": "scenes-test-csv"
|
| 428 |
},
|
| 429 |
"extract": {
|
| 430 |
"column": "correspondences_path"
|
|
|
|
| 433 |
},
|
| 434 |
{
|
| 435 |
"@type": "cr:Field",
|
| 436 |
+
"@id": "test-scenes/cyl_path",
|
| 437 |
"name": "cyl_path",
|
| 438 |
"dataType": "sc:Text",
|
| 439 |
"source": {
|
| 440 |
"fileObject": {
|
| 441 |
+
"@id": "scenes-test-csv"
|
| 442 |
},
|
| 443 |
"extract": {
|
| 444 |
"column": "cyl_path"
|