{
  "@context": {
    "@vocab": "https://schema.org/",
    "cr": "http://mlcommons.org/croissant/"
  },
  "@type": "Dataset",
  "name": "RGBDT500",
  "description": "RGBDT500 includes 400 training samples in Train400.zip and 100 test ZIP files in the Test_100 folder.",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "url": "https://drive.google.com/drive/folders/1UAe_maNR_ukYgtBrmeqiv87WhW28yK9r",
  "conformsTo": "http://mlcommons.org/croissant/1.0",
  "distribution": [
    {
      "@type": "FileObject",
      "@id": "train.csv",
      "name": "Train",
      "contentUrl": "https://drive.google.com/drive/folders/1VA6ivamCfYNejCb58RYgg4saDDujmyZy?usp=sharing",
      "encodingFormat": "application/zip",
      "sha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
    },
    {
      "@type": "FileObject",
      "@id": "Test",
      "name": "Test",
      "contentUrl": "https://drive.google.com/drive/folders/1Mx4U6XWfnlhFKMZpoRaejRKBJcEl08WX?usp=sharing",
      "encodingFormat": "application/zip",
      "sha256": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
    }
  ],
  "recordSet": [
    {
      "@type": "cr:RecordSet",
      "name": "training_records",
      "description": "Training records extracted from train.csv inside Train400.zip.",
      "field": [
        {
          "@type": "cr:Field",
          "name": "image_path",
          "description": "Path to the RGB-D image file.",
          "dataType": "Text",
          "source": {
            "fileObject": {
              "@id": "train.csv"
            },
            "extract": {
              "column": "image_path"
            }
          }
        },
        {
          "@type": "cr:Field",
          "name": "label",
          "description": "Label or category of the image.",
          "dataType": "Text",
          "source": {
            "fileObject": {
              "@id": "train.csv"
            },
            "extract": {
              "column": "label"
            }
          }
        }
      ]
    }
  ],
  "citation": "Please cite the creators of the RGBDT500 dataset if used.",
  "datePublished": "2025-01-01",
  "version": "1.0"
}