{
    "@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": "SW50UGh5czJEYXRh.zip",
            "name": "SW50UGh5czJEYXRh.zip",      
            "description": "Fbaipublicfiles repository",
            "contentUrl": "https://dl.fbaipublicfiles.com/IntPhys2/SW50UGh5czJEYXRh.zip",
            "encodingFormat": "application/zip",
            "sha256": "4331f6074870b1c38fc7417809340210f2e1a29c23aa8586d71dac4d6b2afac4"
        },
        {
            "@type": "cr:FileSet",
            "@id": "video-files",
            "name": "video-files",
            "containedIn":
            {
                "@id": "SW50UGh5czJEYXRh.zip"
            },
            "encodingFormat": "video/mp4",
            "includes": "*/Videos/*.mp4"
          },      
          {
            "@type": "cr:FileObject",
            "@id": "main-annotations-files",
            "name": "main-annotations-files",
            "containedIn":
            {
                "@id": "SW50UGh5czJEYXRh.zip"
            },
            "encodingFormat": "text/csv",
            "contentUrl": "Main/metadata.csv"
          },
          {
            "@type": "cr:FileObject",
            "@id": "debug-annotations-files",
            "name": "debug-annotations-files",
            "containedIn":
            {
                "@id": "SW50UGh5czJEYXRh.zip"
            },
            "encodingFormat": "text/csv",
            "contentUrl": "Debug/metadata.csv"
          }
    ],
    "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": "Debug"
                },
                {
                    "default_splits/split_name": "Main"
                },
                {
                    "default_splits/split_name": "HeldOut"
                }
            ]
        },
        {
            "@type": "cr:RecordSet",
            "@id": "videos",
            "name": "videos",
            "key": {
              "@id": "video_id"
            },
            "field": [
              {
                "@type": "cr:Field",
                "@id": "videos/video_relative_path",
                "name": "videos/video_relative_path",
                "description": "The relative path to the video",
                "dataType": "sc:Text",
                "source": {
                  "fileSet": {
                    "@id": "video-files"
                  },
                  "extract": {
                    "fileProperty": "fullpath"
                  }
                }
              },
              {
                "@type": "cr:Field",
                "@id": "videos/video_filename",
                "name": "videos/video_filename",
                "description": "The filename of the video.",
                "dataType": "sc:Text",
                "source": {
                  "fileSet": {
                    "@id": "video-files"
                  },
                  "extract": {
                    "fileProperty": "filename"
                  }
                }
              },
              {
                "@type": "cr:Field",
                "@id": "videos/video_full_path",
                "name": "videos/video_full_path",
                "description": "The path of the video.",
                "dataType": "sc:URL",
                "source": {
                  "fileSet": {
                    "@id": "video-files"
                  },
                  "extract": {
                    "fileProperty": "filepath"
                  }
                }
              }     
            ]
        },    
        {
            "@type": "cr:RecordSet",
            "dataType": "cr:Split",
            "key": {
                "@id": "metadata_splits/split_name"
            },
            "@id": "metadata_splits",
            "name": "metadata_splits",
            "description": "Splits for the metadata config.",
            "field": [
                {
                    "@type": "cr:Field",
                    "@id": "metadata_splits/split_name",
                    "dataType": "sc:Text"
                }
            ],
            "data": [
                {
                    "metadata_splits/split_name": "Debug"
                },
                {
                    "metadata_splits/split_name": "Main"
                },
                {
                    "metadata_splits/split_name": "HeldOut"
                }                
            ]
        },  
        {
            "@type": "cr:RecordSet",
            "@id": "metadata_main",
            "description": "IntPhys2 - main metadata set",
            "field": [
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/SceneIndex",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "SceneIndex"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/name",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "name"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/file_name",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "file_name"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/game_name",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "game_name"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/json_config",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "json_config"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/condition",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "condition"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/env",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "env"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/type",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "type"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/occluder",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "occluder"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/difficulty",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "Difficulty"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_main/camera",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "main-annotations-files" },
                        "extract": {
                            "column": "Camera"
                        }
                    }
                }
            ]
        },
        {
            "@type": "cr:RecordSet",
            "@id": "metadata_debug",
            "description": "IntPhys2 - debug metadata set",
            "field": [
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/SceneIndex",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "SceneIndex"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/name",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "name"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/file_name",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "file_name"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/game_name",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "game_name"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/json_config",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "json_config"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/condition",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "condition"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/env",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "env"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/type",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "type"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/occluder",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "occluder"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/difficulty",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "Difficulty"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "metadata_debug/camera",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": { "@id": "debug-annotations-files" },
                        "extract": {
                            "column": "Camera"
                        }
                    }
                }        
            ]
        }
    ],
    "conformsTo": "http://mlcommons.org/croissant/1.1",
    "name": "IntPhys2",
    "description": "IntPhys2 dataset hosted on Fbaipublicfiles",
    "alternateName": [
        "Meta/IntPhys2"
    ],
    "creator": {
        "@type": "Organization",
        "name": "Meta",
        "url": "https://ai.meta.com/"
    },
    "keywords": [
        "🇺🇸 Region: US"
    ],
    "license": "https://creativecommons.org/licenses/by-nc/4.0/ + Third party content pulled from other locations are subject to their own licenses and you may have other legal obligations or restrictions that govern your use of that content. The use of IntPhys 2 is limited to evaluation purposes, where it can be utilized to generate tags for classifying visual content, such as videos and images. All other uses, including generative AI applications that create or automate new content (e.g. audio, visual, or text-based), are prohibited.",
    "url": "https://dl.fbaipublicfiles.com/IntPhys2/SW50UGh5czJEYXRh.zip"
}