| { |
| "@context": { |
| "@language": "en", |
| "@vocab": "https://schema.org/", |
| "cr": "http://mlcommons.org/croissant/", |
| "dct": "http://purl.org/dc/terms/" |
| }, |
| "@type": "Dataset", |
| "dct:conformsTo": "http://mlcommons.org/croissant/1.0", |
| "name": "ETI Competition Dataset (Processed)", |
| "description": "Dataset for Erasing the Invisible (ETI) Competition, including image datasets and submission evaluations.", |
| "url": "https://huggingface.co/datasets/furonghuang-lab/ETI_Competition_Data", |
| "license": "https://creativecommons.org/licenses/by/4.0/", |
| "distribution": [ |
| { |
| "@type": "cr:FileObject", |
| "@id": "Beige_Track_Images_data_file", |
| "name": "Beige_Track_Images data file", |
| "description": "Data file for the Beige_Track_Images configuration.", |
| "contentUrl": "Beige_Track_Images/dataset.jsonl", |
| "encodingFormat": "application/jsonl", |
| "sha256": "aee3467dfcdcc8309ab24b1122eeb0a69c726115bf98ac9a58f94ca24c1f9423" |
| }, |
| { |
| "@type": "cr:FileObject", |
| "@id": "Black_Track_Images_data_file", |
| "name": "Black_Track_Images data file", |
| "description": "Data file for the Black_Track_Images configuration.", |
| "contentUrl": "Black_Track_Images/dataset.jsonl", |
| "encodingFormat": "application/jsonl", |
| "sha256": "aee3467dfcdcc8309ab24b1122eeb0a69c726115bf98ac9a58f94ca24c1f9423" |
| }, |
| { |
| "@type": "cr:FileObject", |
| "@id": "Beige_Track_Submissions_data_file", |
| "name": "Beige_Track_Submissions data file", |
| "description": "Data file for the Beige_Track_Submissions configuration.", |
| "contentUrl": "Beige_Track_Submissions/dataset.jsonl", |
| "encodingFormat": "application/jsonl", |
| "sha256": "b74101903191c3cd3df8a4ae829cb2d9bad44a8f7d7df0a3a884f3d05ec6d146" |
| }, |
| { |
| "@type": "cr:FileObject", |
| "@id": "Black_Track_Submissions_data_file", |
| "name": "Black_Track_Submissions data file", |
| "description": "Data file for the Black_Track_Submissions configuration.", |
| "contentUrl": "Black_Track_Submissions/dataset.jsonl", |
| "encodingFormat": "application/jsonl", |
| "sha256": "d6e6edbae6c43103c40b1e282c9ae78b459d5c0fed2f7de8993c1a0b95bf619a" |
| } |
| ], |
| "recordSet": [ |
| { |
| "@type": "cr:RecordSet", |
| "@id": "beige_track_images_records", |
| "name": "Beige_Track_Images records", |
| "description": "Records for Beige_Track_Images", |
| "field": [ |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_images_records/image_index", |
| "name": "image_index", |
| "description": "Column image_index from Beige_Track_Images", |
| "dataType": "https://schema.org/Integer", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Images_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.image_index" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_images_records/watermarked_image", |
| "name": "watermarked_image", |
| "description": "Column watermarked_image from Beige_Track_Images", |
| "dataType": "https://schema.org/ImageObject", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Images_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.watermarked_image" |
| } |
| } |
| } |
| ] |
| }, |
| { |
| "@type": "cr:RecordSet", |
| "@id": "black_track_images_records", |
| "name": "Black_Track_Images records", |
| "description": "Records for Black_Track_Images", |
| "field": [ |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_images_records/image_index", |
| "name": "image_index", |
| "description": "Column image_index from Black_Track_Images", |
| "dataType": "https://schema.org/Integer", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Images_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.image_index" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_images_records/watermarked_image", |
| "name": "watermarked_image", |
| "description": "Column watermarked_image from Black_Track_Images", |
| "dataType": "https://schema.org/ImageObject", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Images_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.watermarked_image" |
| } |
| } |
| } |
| ] |
| }, |
| { |
| "@type": "cr:RecordSet", |
| "@id": "beige_track_submissions_records", |
| "name": "Beige_Track_Submissions records", |
| "description": "Records for Beige_Track_Submissions", |
| "field": [ |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/submission_id", |
| "name": "submission_id", |
| "description": "Column submission_id from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.submission_id" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/submission_time", |
| "name": "submission_time", |
| "description": "Column submission_time from Beige_Track_Submissions", |
| "dataType": "https://schema.org/DateTime", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.submission_time" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/gaussianshading", |
| "name": "gaussianshading", |
| "description": "Column gaussianshading from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.gaussianshading" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/stegastamp", |
| "name": "stegastamp", |
| "description": "Column stegastamp from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.stegastamp" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/aesthetics", |
| "name": "aesthetics", |
| "description": "Column aesthetics from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.aesthetics" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/artifacts", |
| "name": "artifacts", |
| "description": "Column artifacts from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.artifacts" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/clip_fid", |
| "name": "clip_fid", |
| "description": "Column clip_fid from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.clip_fid" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/legacy_fid", |
| "name": "legacy_fid", |
| "description": "Column legacy_fid from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.legacy_fid" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/lpips", |
| "name": "lpips", |
| "description": "Column lpips from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.lpips" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/nmi", |
| "name": "nmi", |
| "description": "Column nmi from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.nmi" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/psnr", |
| "name": "psnr", |
| "description": "Column psnr from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.psnr" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/ssim", |
| "name": "ssim", |
| "description": "Column ssim from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.ssim" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/performance", |
| "name": "performance", |
| "description": "Column performance from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Float", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.performance" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/quality", |
| "name": "quality", |
| "description": "Column quality from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Float", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.quality" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "beige_track_submissions_records/score", |
| "name": "score", |
| "description": "Column score from Beige_Track_Submissions", |
| "dataType": "https://schema.org/Float", |
| "source": { |
| "fileObject": { |
| "@id": "Beige_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.score" |
| } |
| } |
| } |
| ] |
| }, |
| { |
| "@type": "cr:RecordSet", |
| "@id": "black_track_submissions_records", |
| "name": "Black_Track_Submissions records", |
| "description": "Records for Black_Track_Submissions", |
| "field": [ |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/submission_id", |
| "name": "submission_id", |
| "description": "Column submission_id from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.submission_id" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/submission_time", |
| "name": "submission_time", |
| "description": "Column submission_time from Black_Track_Submissions", |
| "dataType": "https://schema.org/DateTime", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.submission_time" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/gaussianshading", |
| "name": "gaussianshading", |
| "description": "Column gaussianshading from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.gaussianshading" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/jigmark", |
| "name": "jigmark", |
| "description": "Column jigmark from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.jigmark" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/prc", |
| "name": "prc", |
| "description": "Column prc from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.prc" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/stablesig", |
| "name": "stablesig", |
| "description": "Column stablesig from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.stablesig" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/stegastamp", |
| "name": "stegastamp", |
| "description": "Column stegastamp from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.stegastamp" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/trufo", |
| "name": "trufo", |
| "description": "Column trufo from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.trufo" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/aesthetics", |
| "name": "aesthetics", |
| "description": "Column aesthetics from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.aesthetics" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/artifacts", |
| "name": "artifacts", |
| "description": "Column artifacts from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.artifacts" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/clip_fid", |
| "name": "clip_fid", |
| "description": "Column clip_fid from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.clip_fid" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/legacy_fid", |
| "name": "legacy_fid", |
| "description": "Column legacy_fid from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.legacy_fid" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/lpips", |
| "name": "lpips", |
| "description": "Column lpips from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.lpips" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/nmi", |
| "name": "nmi", |
| "description": "Column nmi from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.nmi" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/psnr", |
| "name": "psnr", |
| "description": "Column psnr from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.psnr" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/ssim", |
| "name": "ssim", |
| "description": "Column ssim from Black_Track_Submissions", |
| "dataType": "https://schema.org/Text", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.ssim" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/performance", |
| "name": "performance", |
| "description": "Column performance from Black_Track_Submissions", |
| "dataType": "https://schema.org/Float", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.performance" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/quality", |
| "name": "quality", |
| "description": "Column quality from Black_Track_Submissions", |
| "dataType": "https://schema.org/Float", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.quality" |
| } |
| } |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "black_track_submissions_records/score", |
| "name": "score", |
| "description": "Column score from Black_Track_Submissions", |
| "dataType": "https://schema.org/Float", |
| "source": { |
| "fileObject": { |
| "@id": "Black_Track_Submissions_data_file" |
| }, |
| "extract": { |
| "jsonPath": "$.score" |
| } |
| } |
| } |
| ] |
| } |
| ] |
| } |