MySign / croissant.json
mysigner's picture
Upload croissant.json with huggingface_hub
6728d42 verified
raw
history blame
5.71 kB
{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"citeAs": "cr:citeAs",
"column": "cr:column",
"conformsTo": "dct:conformsTo",
"cr": "http://mlcommons.org/croissant/",
"rai": "http://mlcommons.org/croissant/RAI/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"dct": "http://purl.org/dc/terms/",
"examples": {
"@id": "cr:examples",
"@type": "@json"
},
"extract": "cr:extract",
"field": "cr:field",
"fileProperty": "cr:fileProperty",
"fileObject": "cr:fileObject",
"fileSet": "cr:fileSet",
"format": "cr:format",
"includes": "cr:includes",
"isLiveDataset": "cr:isLiveDataset",
"jsonPath": "cr:jsonPath",
"key": "cr:key",
"md5": "cr:md5",
"parentField": "cr:parentField",
"path": "cr:path",
"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",
"samplingRate": "cr:samplingRate",
"equivalentProperty": "sc:equivalentProperty"
},
"@type": "sc:Dataset",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "MySign",
"alternateName": "MySign: A High-Fidelity Motion-Capture Dataset for 3D Sign Generation in Bahasa Isyarat Malaysia",
"description": "MySign is a high-fidelity motion-capture dataset for 3D sign generation in Bahasa Isyarat Malaysia (BIM), Malaysian Sign Language. It contains skeletal animations of 1,194 unique BIM vocabulary items performed by 5 deaf signers (Signer001-Signer005), totalling 5,343 motion-capture clips stored in Autodesk FBX format. The file name of each FBX encodes the English gloss for the corresponding BIM sign.",
"url": "https://huggingface.co/datasets/mysigner/MySign",
"license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"version": "1.0.0",
"datePublished": "2026-01-01",
"creator": {
"@type": "Person",
"name": "mysigner",
"url": "https://huggingface.co/mysigner"
},
"keywords": [
"sign-language",
"malaysian-sign-language",
"bahasa-isyarat-malaysia",
"BIM",
"motion-capture",
"fbx",
"3d-animation",
"sign-generation",
"sign-synthesis",
"accessibility"
],
"inLanguage": ["en", "ms"],
"citeAs": "@misc{mysign2026, title={MySign: A High-Fidelity Motion-Capture Dataset for 3D Sign Generation in Bahasa Isyarat Malaysia}, author={mysigner}, year={2026}, url={https://huggingface.co/datasets/mysigner/MySign}}",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "repo",
"name": "repo",
"description": "The Hugging Face git repository for MySign.",
"contentUrl": "https://huggingface.co/datasets/mysigner/MySign",
"encodingFormat": "git+https",
"sha256": "main"
},
{
"@type": "cr:FileObject",
"@id": "metadata-csv",
"name": "metadata.csv",
"description": "Index mapping each FBX file to its gloss label, signer, and take number.",
"containedIn": {"@id": "repo"},
"contentUrl": "metadata.csv",
"encodingFormat": "text/csv",
"sha256": "6ffddea6545d19a0ed7ee93251246d358a9527802f2faf0ec834b13062d547f8"
},
{
"@type": "cr:FileSet",
"@id": "fbx-files",
"name": "fbx-files",
"description": "All FBX motion-capture files of BIM signs, organized into one folder per signer. Each file's path is referenced by the file_name column in metadata.csv.",
"containedIn": {"@id": "repo"},
"encodingFormat": "application/octet-stream",
"includes": "Signer*/*.fbx"
}
],
"recordSet": [
{
"@type": "cr:RecordSet",
"@id": "signs",
"name": "signs",
"description": "One record per sign animation. file_name gives the path to the corresponding FBX motion-capture file inside the repository.",
"key": {"@id": "signs/file_name"},
"field": [
{
"@type": "cr:Field",
"@id": "signs/file_name",
"name": "file_name",
"description": "Relative path of the FBX file inside the repository, e.g. 'Signer001/Above.fbx'.",
"dataType": "sc:Text",
"source": {
"fileObject": {"@id": "metadata-csv"},
"extract": {"column": "file_name"}
}
},
{
"@type": "cr:Field",
"@id": "signs/gloss",
"name": "gloss",
"description": "English gloss label for the BIM sign. Synonyms are separated by ' / '.",
"dataType": "sc:Text",
"source": {
"fileObject": {"@id": "metadata-csv"},
"extract": {"column": "gloss"}
}
},
{
"@type": "cr:Field",
"@id": "signs/signer_id",
"name": "signer_id",
"description": "Identifier of the signer who performed this recording (Signer001 .. Signer005).",
"dataType": "sc:Text",
"source": {
"fileObject": {"@id": "metadata-csv"},
"extract": {"column": "signer_id"}
}
},
{
"@type": "cr:Field",
"@id": "signs/take",
"name": "take",
"description": "Take number when multiple recordings of the same gloss exist for a signer (default 1).",
"dataType": "sc:Integer",
"source": {
"fileObject": {"@id": "metadata-csv"},
"extract": {"column": "take"}
}
}
]
}
]
}