Datasets:

Modalities:
Image
Video
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
vpraveen-nv arihantj commited on
Commit
32de39a
·
1 Parent(s): 0678f31

croissant.json: split aggregated recordSets to one per fileset (source cardinality fix) (#7)

Browse files

- croissant.json: split aggregated recordSets to one per fileset (source cardinality fix) (7f9d9a7a1c8aeeb43e8ef885d3187bff50b58a4f)


Co-authored-by: Arihant Jain <arihantj@users.noreply.huggingface.co>

Files changed (1) hide show
  1. croissant.json +239 -122
croissant.json CHANGED
@@ -339,171 +339,288 @@
339
  "recordSet": [
340
  {
341
  "@type": "cr:RecordSet",
342
- "@id": "videos",
343
- "name": "videos",
344
- "description": "One record per anonymized video clip across all video sub-tracks.",
345
  "key": {
346
- "@id": "videos/file_path"
347
  },
348
  "field": [
349
  {
350
  "@type": "cr:Field",
351
- "@id": "videos/file_path",
352
  "name": "file_path",
353
- "description": "One record per anonymized video clip across all video sub-tracks.",
354
  "dataType": "sc:Text",
355
- "source": [
356
- {
357
- "fileSet": {
358
- "@id": "videos-vqa"
359
- },
360
- "extract": {
361
- "fileProperty": "fullpath"
362
- }
363
  },
364
- {
365
- "fileSet": {
366
- "@id": "videos-event-verification"
367
- },
368
- "extract": {
369
- "fileProperty": "fullpath"
370
- }
 
 
 
 
 
 
 
371
  },
372
- {
373
- "fileSet": {
374
- "@id": "videos-temporal"
375
- },
376
- "extract": {
377
- "fileProperty": "fullpath"
378
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  },
380
- {
381
- "fileSet": {
382
- "@id": "videos-dense-video-caption"
383
- },
384
- "extract": {
385
- "fileProperty": "fullpath"
386
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
387
  },
388
- {
389
- "fileSet": {
390
- "@id": "videos-tracking-clips"
391
- },
392
- "extract": {
393
- "fileProperty": "fullpath"
394
- }
395
  }
396
- ]
397
  },
398
  {
399
  "@type": "cr:Field",
400
- "@id": "videos/content",
401
  "name": "content",
402
- "description": "Anonymized media content.",
403
  "dataType": "sc:VideoObject",
404
- "source": [
405
- {
406
- "fileSet": {
407
- "@id": "videos-vqa"
408
- },
409
- "extract": {
410
- "fileProperty": "content"
411
- }
412
  },
413
- {
414
- "fileSet": {
415
- "@id": "videos-event-verification"
416
- },
417
- "extract": {
418
- "fileProperty": "content"
419
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
420
  },
421
- {
422
- "fileSet": {
423
- "@id": "videos-temporal"
424
- },
425
- "extract": {
426
- "fileProperty": "content"
427
- }
 
 
 
 
 
 
 
428
  },
429
- {
430
- "fileSet": {
431
- "@id": "videos-dense-video-caption"
432
- },
433
- "extract": {
434
- "fileProperty": "content"
435
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
  },
437
- {
438
- "fileSet": {
439
- "@id": "videos-tracking-clips"
440
- },
441
- "extract": {
442
- "fileProperty": "content"
443
- }
444
  }
445
- ]
446
  }
447
  ]
448
  },
449
  {
450
  "@type": "cr:RecordSet",
451
- "@id": "images",
452
- "name": "images",
453
- "description": "One record per anonymized image frame across all image sub-tracks (2dbbox, pointing).",
454
  "key": {
455
- "@id": "images/file_path"
456
  },
457
  "field": [
458
  {
459
  "@type": "cr:Field",
460
- "@id": "images/file_path",
461
  "name": "file_path",
462
- "description": "One record per anonymized image frame across all image sub-tracks (2dbbox, pointing).",
463
  "dataType": "sc:Text",
464
- "source": [
465
- {
466
- "fileSet": {
467
- "@id": "images-2d-bbox"
468
- },
469
- "extract": {
470
- "fileProperty": "fullpath"
471
- }
472
  },
473
- {
474
- "fileSet": {
475
- "@id": "images-pointing"
476
- },
477
- "extract": {
478
- "fileProperty": "fullpath"
479
- }
480
  }
481
- ]
482
  },
483
  {
484
  "@type": "cr:Field",
485
- "@id": "images/content",
486
  "name": "content",
487
- "description": "Anonymized media content.",
488
  "dataType": "sc:ImageObject",
489
- "source": [
490
- {
491
- "fileSet": {
492
- "@id": "images-2d-bbox"
493
- },
494
- "extract": {
495
- "fileProperty": "content"
496
- }
497
  },
498
- {
499
- "fileSet": {
500
- "@id": "images-pointing"
501
- },
502
- "extract": {
503
- "fileProperty": "content"
504
- }
505
  }
506
- ]
507
  }
508
  ]
509
  }
 
339
  "recordSet": [
340
  {
341
  "@type": "cr:RecordSet",
342
+ "@id": "records_videos_vqa",
343
+ "name": "records_videos_vqa",
344
+ "description": "One record per video file in videos-vqa.",
345
  "key": {
346
+ "@id": "records_videos_vqa/file_path"
347
  },
348
  "field": [
349
  {
350
  "@type": "cr:Field",
351
+ "@id": "records_videos_vqa/file_path",
352
  "name": "file_path",
353
+ "description": "Path to the video relative to the dataset root.",
354
  "dataType": "sc:Text",
355
+ "source": {
356
+ "fileSet": {
357
+ "@id": "videos-vqa"
 
 
 
 
 
358
  },
359
+ "extract": {
360
+ "fileProperty": "fullpath"
361
+ }
362
+ }
363
+ },
364
+ {
365
+ "@type": "cr:Field",
366
+ "@id": "records_videos_vqa/content",
367
+ "name": "content",
368
+ "description": "Anonymized video content.",
369
+ "dataType": "sc:VideoObject",
370
+ "source": {
371
+ "fileSet": {
372
+ "@id": "videos-vqa"
373
  },
374
+ "extract": {
375
+ "fileProperty": "content"
376
+ }
377
+ }
378
+ }
379
+ ]
380
+ },
381
+ {
382
+ "@type": "cr:RecordSet",
383
+ "@id": "records_videos_event_verification",
384
+ "name": "records_videos_event_verification",
385
+ "description": "One record per video file in videos-event-verification.",
386
+ "key": {
387
+ "@id": "records_videos_event_verification/file_path"
388
+ },
389
+ "field": [
390
+ {
391
+ "@type": "cr:Field",
392
+ "@id": "records_videos_event_verification/file_path",
393
+ "name": "file_path",
394
+ "description": "Path to the video relative to the dataset root.",
395
+ "dataType": "sc:Text",
396
+ "source": {
397
+ "fileSet": {
398
+ "@id": "videos-event-verification"
399
+ },
400
+ "extract": {
401
+ "fileProperty": "fullpath"
402
+ }
403
+ }
404
+ },
405
+ {
406
+ "@type": "cr:Field",
407
+ "@id": "records_videos_event_verification/content",
408
+ "name": "content",
409
+ "description": "Anonymized video content.",
410
+ "dataType": "sc:VideoObject",
411
+ "source": {
412
+ "fileSet": {
413
+ "@id": "videos-event-verification"
414
  },
415
+ "extract": {
416
+ "fileProperty": "content"
417
+ }
418
+ }
419
+ }
420
+ ]
421
+ },
422
+ {
423
+ "@type": "cr:RecordSet",
424
+ "@id": "records_videos_temporal",
425
+ "name": "records_videos_temporal",
426
+ "description": "One record per video file in videos-temporal.",
427
+ "key": {
428
+ "@id": "records_videos_temporal/file_path"
429
+ },
430
+ "field": [
431
+ {
432
+ "@type": "cr:Field",
433
+ "@id": "records_videos_temporal/file_path",
434
+ "name": "file_path",
435
+ "description": "Path to the video relative to the dataset root.",
436
+ "dataType": "sc:Text",
437
+ "source": {
438
+ "fileSet": {
439
+ "@id": "videos-temporal"
440
  },
441
+ "extract": {
442
+ "fileProperty": "fullpath"
 
 
 
 
 
443
  }
444
+ }
445
  },
446
  {
447
  "@type": "cr:Field",
448
+ "@id": "records_videos_temporal/content",
449
  "name": "content",
450
+ "description": "Anonymized video content.",
451
  "dataType": "sc:VideoObject",
452
+ "source": {
453
+ "fileSet": {
454
+ "@id": "videos-temporal"
 
 
 
 
 
455
  },
456
+ "extract": {
457
+ "fileProperty": "content"
458
+ }
459
+ }
460
+ }
461
+ ]
462
+ },
463
+ {
464
+ "@type": "cr:RecordSet",
465
+ "@id": "records_videos_dense_video_caption",
466
+ "name": "records_videos_dense_video_caption",
467
+ "description": "One record per video file in videos-dense-video-caption.",
468
+ "key": {
469
+ "@id": "records_videos_dense_video_caption/file_path"
470
+ },
471
+ "field": [
472
+ {
473
+ "@type": "cr:Field",
474
+ "@id": "records_videos_dense_video_caption/file_path",
475
+ "name": "file_path",
476
+ "description": "Path to the video relative to the dataset root.",
477
+ "dataType": "sc:Text",
478
+ "source": {
479
+ "fileSet": {
480
+ "@id": "videos-dense-video-caption"
481
  },
482
+ "extract": {
483
+ "fileProperty": "fullpath"
484
+ }
485
+ }
486
+ },
487
+ {
488
+ "@type": "cr:Field",
489
+ "@id": "records_videos_dense_video_caption/content",
490
+ "name": "content",
491
+ "description": "Anonymized video content.",
492
+ "dataType": "sc:VideoObject",
493
+ "source": {
494
+ "fileSet": {
495
+ "@id": "videos-dense-video-caption"
496
  },
497
+ "extract": {
498
+ "fileProperty": "content"
499
+ }
500
+ }
501
+ }
502
+ ]
503
+ },
504
+ {
505
+ "@type": "cr:RecordSet",
506
+ "@id": "records_videos_tracking_clips",
507
+ "name": "records_videos_tracking_clips",
508
+ "description": "One record per video file in videos-tracking-clips.",
509
+ "key": {
510
+ "@id": "records_videos_tracking_clips/file_path"
511
+ },
512
+ "field": [
513
+ {
514
+ "@type": "cr:Field",
515
+ "@id": "records_videos_tracking_clips/file_path",
516
+ "name": "file_path",
517
+ "description": "Path to the video relative to the dataset root.",
518
+ "dataType": "sc:Text",
519
+ "source": {
520
+ "fileSet": {
521
+ "@id": "videos-tracking-clips"
522
+ },
523
+ "extract": {
524
+ "fileProperty": "fullpath"
525
+ }
526
+ }
527
+ },
528
+ {
529
+ "@type": "cr:Field",
530
+ "@id": "records_videos_tracking_clips/content",
531
+ "name": "content",
532
+ "description": "Anonymized video content.",
533
+ "dataType": "sc:VideoObject",
534
+ "source": {
535
+ "fileSet": {
536
+ "@id": "videos-tracking-clips"
537
+ },
538
+ "extract": {
539
+ "fileProperty": "content"
540
+ }
541
+ }
542
+ }
543
+ ]
544
+ },
545
+ {
546
+ "@type": "cr:RecordSet",
547
+ "@id": "records_images_2d_bbox",
548
+ "name": "records_images_2d_bbox",
549
+ "description": "One record per image file in images-2d-bbox.",
550
+ "key": {
551
+ "@id": "records_images_2d_bbox/file_path"
552
+ },
553
+ "field": [
554
+ {
555
+ "@type": "cr:Field",
556
+ "@id": "records_images_2d_bbox/file_path",
557
+ "name": "file_path",
558
+ "description": "Path to the image relative to the dataset root.",
559
+ "dataType": "sc:Text",
560
+ "source": {
561
+ "fileSet": {
562
+ "@id": "images-2d-bbox"
563
+ },
564
+ "extract": {
565
+ "fileProperty": "fullpath"
566
+ }
567
+ }
568
+ },
569
+ {
570
+ "@type": "cr:Field",
571
+ "@id": "records_images_2d_bbox/content",
572
+ "name": "content",
573
+ "description": "Anonymized image content.",
574
+ "dataType": "sc:ImageObject",
575
+ "source": {
576
+ "fileSet": {
577
+ "@id": "images-2d-bbox"
578
  },
579
+ "extract": {
580
+ "fileProperty": "content"
 
 
 
 
 
581
  }
582
+ }
583
  }
584
  ]
585
  },
586
  {
587
  "@type": "cr:RecordSet",
588
+ "@id": "records_images_pointing",
589
+ "name": "records_images_pointing",
590
+ "description": "One record per image file in images-pointing.",
591
  "key": {
592
+ "@id": "records_images_pointing/file_path"
593
  },
594
  "field": [
595
  {
596
  "@type": "cr:Field",
597
+ "@id": "records_images_pointing/file_path",
598
  "name": "file_path",
599
+ "description": "Path to the image relative to the dataset root.",
600
  "dataType": "sc:Text",
601
+ "source": {
602
+ "fileSet": {
603
+ "@id": "images-pointing"
 
 
 
 
 
604
  },
605
+ "extract": {
606
+ "fileProperty": "fullpath"
 
 
 
 
 
607
  }
608
+ }
609
  },
610
  {
611
  "@type": "cr:Field",
612
+ "@id": "records_images_pointing/content",
613
  "name": "content",
614
+ "description": "Anonymized image content.",
615
  "dataType": "sc:ImageObject",
616
+ "source": {
617
+ "fileSet": {
618
+ "@id": "images-pointing"
 
 
 
 
 
619
  },
620
+ "extract": {
621
+ "fileProperty": "content"
 
 
 
 
 
622
  }
623
+ }
624
  }
625
  ]
626
  }