{
    "@context": {
      "@language": "en",
      "@vocab": "https://schema.org/",
      "arrayShape": "cr:arrayShape",
      "citeAs": "cr:citeAs",
      "column": "cr:column",
      "conformsTo": "dct:conformsTo",
      "cr": "http://mlcommons.org/croissant/",
      "data": {
        "@id": "cr:data",
        "@type": "@json"
      },
      "dataBiases": "cr:dataBiases",
      "dataCollection": "cr:dataCollection",
      "dataType": {
        "@id": "cr:dataType",
        "@type": "@vocab"
      },
      "dct": "http://purl.org/dc/terms/",
      "extract": "cr:extract",
      "field": "cr:field",
      "fileProperty": "cr:fileProperty",
      "fileObject": "cr:fileObject",
      "fileSet": "cr:fileSet",
      "format": "cr:format",
      "includes": "cr:includes",
      "isArray": "cr:isArray",
      "isLiveDataset": "cr:isLiveDataset",
      "jsonPath": "cr:jsonPath",
      "key": "cr:key",
      "md5": "cr:md5",
      "parentField": "cr:parentField",
      "path": "cr:path",
      "personalSensitiveInformation": "cr:personalSensitiveInformation",
      "recordSet": "cr:recordSet",
      "references": "cr:references",
      "regex": "cr:regex",
      "repeated": "cr:repeated",
      "replace": "cr:replace",
      "sc": "https://schema.org/",
      "separator": "cr:separator",
      "source": "cr:source",
      "subField": "cr:subField",
      "transform": "cr:transform"
    },
    "@type": "sc:Dataset",
    "distribution": [
      {
        "@type": "cr:FileObject",
        "@id": "repo",
        "name": "repo",
        "description": "The Hugging Face git repository.",
        "contentUrl": "https://huggingface.co/datasets/demalenk/itto-dataset/tree/refs%2Fconvert%2Fparquet",
        "encodingFormat": "git+https",
        "sha256": "https://github.com/mlcommons/croissant/issues/80"
      },
      {
        "@type": "cr:FileSet",
        "@id": "parquet-files-for-config-default",
        "containedIn": {
          "@id": "repo"
        },
        "encodingFormat": "application/x-parquet",
        "includes": "default/*/*.parquet"
      }
    ],
    "recordSet": [
      {
        "@type": "cr:RecordSet",
        "dataType": "cr:Split",
        "key": {
          "@id": "default_splits/split_name"
        },
        "@id": "default_splits",
        "name": "default_splits",
        "description": "Splits for the default config.",
        "field": [
          {
            "@type": "cr:Field",
            "@id": "default_splits/split_name",
            "dataType": "sc:Text"
          }
        ],
        "data": [
          {
            "default_splits/split_name": "eval"
          }
        ]
      },
      {
        "@type": "cr:RecordSet",
        "@id": "default",
        "description": "demalenk/itto-dataset - 'default' subset",
        "field": [
          {
            "@type": "cr:Field",
            "@id": "default/split",
            "dataType": "sc:Text",
            "source": {
              "fileSet": {
                "@id": "parquet-files-for-config-default"
              },
              "extract": {
                "fileProperty": "fullpath"
              },
              "transform": {
                "regex": "default/(?:partial-)?(eval)/.+parquet$"
              }
            },
            "references": {
              "field": {
                "@id": "default_splits/split_name"
              }
            }
          },
          {
            "@type": "cr:Field",
            "@id": "default/image",
            "dataType": "sc:ImageObject",
            "source": {
              "fileSet": {
                "@id": "parquet-files-for-config-default"
              },
              "extract": {
                "column": "image"
              },
              "transform": {
                "jsonPath": "bytes"
              }
            }
          },
          {
            "@type": "cr:Field",
            "@id": "default/label",
            "dataType": "sc:Integer",
            "source": {
              "fileSet": {
                "@id": "parquet-files-for-config-default"
              },
              "extract": {
                "column": "label"
              }
            }
          }
        ]
      }
    ],
    "conformsTo": "http://mlcommons.org/croissant/1.1",
    "name": "itto-dataset",
    "description": "\n Is This Tracker On? A Benchmark Protocol for Dynamic Tracking \n\n\n\n  \n  🌐 Project Website |\n  \n  💻 Code |\n  📚 Paper\n\n\n\n\n\t\n\t\t\n\t\tDataset card for ITTO\n\t\n\nITTO is a challenging new benchmark suite for evaluating and diagnosing the capabilities and limitations of point tracking methods.\n\n\t\n\t\t\n\t\tInstallation:\n\t\n\nITTO contains three component datasets: (1) MOSE, (2) L-VOS, (3) Ego4D. You will have to install the L-VOS and Ego4D components of the dataset individually due to licensing permissions.… See the full description on the dataset page: https://huggingface.co/datasets/demalenk/itto-dataset.",
    "alternateName": [
      "demalenk/itto-dataset"
    ],
    "creator": {
      "@type": "Person",
      "name": "Ilona Demler",
      "url": "https://huggingface.co/demalenk"
    },
    "keywords": [
      "other",
      "1K - 10K",
      "imagefolder",
      "Image",
      "Datasets",
      "Croissant",
      "🇺🇸 Region: US"
    ],
    "license": "https://choosealicense.com/licenses/other/",
    "url": "https://huggingface.co/datasets/demalenk/itto-dataset"
  }