File size: 5,709 Bytes
6728d42 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | {
"@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"}
}
}
]
}
]
}
|