PanoMouse / croissant.json
MouseTotalCapture's picture
Upload croissant.json
4904df5 verified
Raw
History Blame Contribute Delete
9.91 kB
{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"arrayShape": "cr:arrayShape",
"citeAs": "cr:citeAs",
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"containedIn": "cr:containedIn",
"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",
"rai": "http://mlcommons.org/croissant/RAI/",
"prov": "http://www.w3.org/ns/prov#"
},
"@type": "sc:Dataset",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "repo",
"name": "repo",
"description": "The Hugging Face git repository.",
"contentUrl": "https://huggingface.co/datasets/MouseTotalCapture/PanoMouse/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": "train"
},
{
"default_splits/split_name": "test"
}
]
},
{
"@type": "cr:RecordSet",
"@id": "default",
"description": "MouseTotalCapture/PanoMouse - 'default' subset\n\nAdditional information:\n- 2 splits: train, test",
"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-)?(train|test)/.+parquet$"
}
},
"references": {
"field": {
"@id": "default_splits/split_name"
}
}
},
{
"@type": "cr:Field",
"@id": "default/file_name",
"dataType": "sc:Text",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "file_name"
}
}
},
{
"@type": "cr:Field",
"@id": "default/height",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "height"
}
}
},
{
"@type": "cr:Field",
"@id": "default/width",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "width"
}
}
},
{
"@type": "cr:Field",
"@id": "default/image_id",
"dataType": "cr:Int64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "image_id"
}
}
},
{
"@type": "cr:Field",
"@id": "default/bbox",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "bbox"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "default/keypoints",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "keypoints"
}
},
"isArray": true,
"arrayShape": "-1"
},
{
"@type": "cr:Field",
"@id": "default/face_kpts",
"dataType": "cr:Float64",
"source": {
"fileSet": {
"@id": "parquet-files-for-config-default"
},
"extract": {
"column": "face_kpts"
}
},
"isArray": true,
"arrayShape": "-1"
}
]
}
],
"conformsTo": "http://mlcommons.org/croissant/1.1",
"name": "PanoMouse",
"description": "\n\t\n\t\t\n\t\tPanoMouse Dataset\n\t\n\nPanoMouse is the official dataset for the paper: Mouse Total Capture: A Multi-view Dataset for 3D Motion and Expression Capture of Freely Moving Mouse\nPanoMouse supports simultaneous whole-body motion and facial expression capture \nof freely moving mice via a 24-camera multiview system.\n\n\t\n\t\t\n\t\tDataset Overview\n\t\n\n\nCameras: 24 cameras distributed across top-middle-bottom 3 layers, 360° coverage\nFrames: Over 3.4 million frames\nAnnotations: 7,293 frames annotated… See the full description on the dataset page: https://huggingface.co/datasets/MouseTotalCapture/PanoMouse.",
"alternateName": [
"MouseTotalCapture/PanoMouse",
"PanoMouse"
],
"creator": {
"@type": "Person",
"name": "MouseTotalCapture",
"url": "https://huggingface.co/MouseTotalCapture"
},
"keywords": [
"keypoint-detection",
"video-classification",
"English",
"cc-by-nc-4.0",
"1K - 10K",
"json",
"Image",
"Tabular",
"Text",
"Datasets",
"pandas",
"Polars",
"Croissant",
"🇺🇸 Region: US",
"mouse",
"pose-estimation",
"behavior-analysis",
"neuroscience",
"multiview system"
],
"license": "https://choosealicense.com/licenses/cc-by-nc-4.0/",
"url": "https://huggingface.co/datasets/MouseTotalCapture/PanoMouse",
"rai:dataLimitations": "The dataset was only collected from C57BL/6J mice, so models trained on PanoMouse may not generalize to mice of different coat colors and breeds.",
"rai:dataBiases": "The distribution of behavioral categories is inherently imbalanced, as mouse behavior is spontaneous and uncontrolled. Although various props were introduced to elicit diverse behaviors, the resulting behavioral categories remain limited.",
"rai:personalSensitiveInformation": "This dataset contains no personal or sensitive information. All subjects are laboratory mice.",
"rai:dataUseCases": "This dataset measures the 3D whole-body pose of freely moving laboratory mice. Validated use cases include 2D pos estimation, 3D pose estimation and behavior classification. Use cases involving other species, multi-animal scenarios, or uncontrolled environments have not been validated.",
"rai:dataSocialImpact": "This dataset opens a new paradigm for fine-grained animal behavior analysis, bridging computer vision with behavioral neuroscience, enabling non-invasive markerless pose estimation that can reduce reliance on physical implants in preclinical research. The dataset is released under CC-BY-NC-4.0, restricting commercial misuse.",
"rai:hasSyntheticData": false,
"prov:wasDerivedFrom": [
{
"@id": "https://huggingface.co/datasets/MouseTotalCapture/PanoMouse",
"prov:label": "PanoMouse",
"sc:license": "CC-BY-NC-4.0"
}
],
"prov:wasGeneratedBy": [
{
"@type": "prov:Activity",
"prov:type": {
"@id": "https://www.wikidata.org/wiki/Q4929239"
},
"prov:label": "video collection",
"sc:description": "Video data was recorded using a synchronized 24-camera system."
},
{
"@type": "prov:Activity",
"prov:type": {
"@id": "https://www.wikidata.org/wiki/Q109719325"
},
"prov:label": "pose annotation",
"sc:description": "Eight biology experts manually annotate 2D coordinates of all 92 whole-body keypoints across 7,293 images."
},
{
"@type": "prov:Activity",
"prov:type": {
"@id": "https://www.wikidata.org/wiki/Q109719325"
},
"prov:label": "Behavior annotation",
"sc:description": "We provide frame-level behavior annotations for all recorded videos across 10 categories: immobility, edge snifffng, snifffng, turning, walking, face grooming, body grooming, rearing, squinting, and others. Annotations are produced by one expert and veriffed by two additional domain experts."
}
]
}