mysigner commited on
Commit
6728d42
·
verified ·
1 Parent(s): 1cc88b0

Upload croissant.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. croissant.json +162 -0
croissant.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@language": "en",
4
+ "@vocab": "https://schema.org/",
5
+ "citeAs": "cr:citeAs",
6
+ "column": "cr:column",
7
+ "conformsTo": "dct:conformsTo",
8
+ "cr": "http://mlcommons.org/croissant/",
9
+ "rai": "http://mlcommons.org/croissant/RAI/",
10
+ "data": {
11
+ "@id": "cr:data",
12
+ "@type": "@json"
13
+ },
14
+ "dataType": {
15
+ "@id": "cr:dataType",
16
+ "@type": "@vocab"
17
+ },
18
+ "dct": "http://purl.org/dc/terms/",
19
+ "examples": {
20
+ "@id": "cr:examples",
21
+ "@type": "@json"
22
+ },
23
+ "extract": "cr:extract",
24
+ "field": "cr:field",
25
+ "fileProperty": "cr:fileProperty",
26
+ "fileObject": "cr:fileObject",
27
+ "fileSet": "cr:fileSet",
28
+ "format": "cr:format",
29
+ "includes": "cr:includes",
30
+ "isLiveDataset": "cr:isLiveDataset",
31
+ "jsonPath": "cr:jsonPath",
32
+ "key": "cr:key",
33
+ "md5": "cr:md5",
34
+ "parentField": "cr:parentField",
35
+ "path": "cr:path",
36
+ "recordSet": "cr:recordSet",
37
+ "references": "cr:references",
38
+ "regex": "cr:regex",
39
+ "repeated": "cr:repeated",
40
+ "replace": "cr:replace",
41
+ "sc": "https://schema.org/",
42
+ "separator": "cr:separator",
43
+ "source": "cr:source",
44
+ "subField": "cr:subField",
45
+ "transform": "cr:transform",
46
+ "samplingRate": "cr:samplingRate",
47
+ "equivalentProperty": "sc:equivalentProperty"
48
+ },
49
+ "@type": "sc:Dataset",
50
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
51
+ "name": "MySign",
52
+ "alternateName": "MySign: A High-Fidelity Motion-Capture Dataset for 3D Sign Generation in Bahasa Isyarat Malaysia",
53
+ "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.",
54
+ "url": "https://huggingface.co/datasets/mysigner/MySign",
55
+ "license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
56
+ "version": "1.0.0",
57
+ "datePublished": "2026-01-01",
58
+ "creator": {
59
+ "@type": "Person",
60
+ "name": "mysigner",
61
+ "url": "https://huggingface.co/mysigner"
62
+ },
63
+ "keywords": [
64
+ "sign-language",
65
+ "malaysian-sign-language",
66
+ "bahasa-isyarat-malaysia",
67
+ "BIM",
68
+ "motion-capture",
69
+ "fbx",
70
+ "3d-animation",
71
+ "sign-generation",
72
+ "sign-synthesis",
73
+ "accessibility"
74
+ ],
75
+ "inLanguage": ["en", "ms"],
76
+ "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}}",
77
+ "distribution": [
78
+ {
79
+ "@type": "cr:FileObject",
80
+ "@id": "repo",
81
+ "name": "repo",
82
+ "description": "The Hugging Face git repository for MySign.",
83
+ "contentUrl": "https://huggingface.co/datasets/mysigner/MySign",
84
+ "encodingFormat": "git+https",
85
+ "sha256": "main"
86
+ },
87
+ {
88
+ "@type": "cr:FileObject",
89
+ "@id": "metadata-csv",
90
+ "name": "metadata.csv",
91
+ "description": "Index mapping each FBX file to its gloss label, signer, and take number.",
92
+ "containedIn": {"@id": "repo"},
93
+ "contentUrl": "metadata.csv",
94
+ "encodingFormat": "text/csv",
95
+ "sha256": "6ffddea6545d19a0ed7ee93251246d358a9527802f2faf0ec834b13062d547f8"
96
+ },
97
+ {
98
+ "@type": "cr:FileSet",
99
+ "@id": "fbx-files",
100
+ "name": "fbx-files",
101
+ "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.",
102
+ "containedIn": {"@id": "repo"},
103
+ "encodingFormat": "application/octet-stream",
104
+ "includes": "Signer*/*.fbx"
105
+ }
106
+ ],
107
+ "recordSet": [
108
+ {
109
+ "@type": "cr:RecordSet",
110
+ "@id": "signs",
111
+ "name": "signs",
112
+ "description": "One record per sign animation. file_name gives the path to the corresponding FBX motion-capture file inside the repository.",
113
+ "key": {"@id": "signs/file_name"},
114
+ "field": [
115
+ {
116
+ "@type": "cr:Field",
117
+ "@id": "signs/file_name",
118
+ "name": "file_name",
119
+ "description": "Relative path of the FBX file inside the repository, e.g. 'Signer001/Above.fbx'.",
120
+ "dataType": "sc:Text",
121
+ "source": {
122
+ "fileObject": {"@id": "metadata-csv"},
123
+ "extract": {"column": "file_name"}
124
+ }
125
+ },
126
+ {
127
+ "@type": "cr:Field",
128
+ "@id": "signs/gloss",
129
+ "name": "gloss",
130
+ "description": "English gloss label for the BIM sign. Synonyms are separated by ' / '.",
131
+ "dataType": "sc:Text",
132
+ "source": {
133
+ "fileObject": {"@id": "metadata-csv"},
134
+ "extract": {"column": "gloss"}
135
+ }
136
+ },
137
+ {
138
+ "@type": "cr:Field",
139
+ "@id": "signs/signer_id",
140
+ "name": "signer_id",
141
+ "description": "Identifier of the signer who performed this recording (Signer001 .. Signer005).",
142
+ "dataType": "sc:Text",
143
+ "source": {
144
+ "fileObject": {"@id": "metadata-csv"},
145
+ "extract": {"column": "signer_id"}
146
+ }
147
+ },
148
+ {
149
+ "@type": "cr:Field",
150
+ "@id": "signs/take",
151
+ "name": "take",
152
+ "description": "Take number when multiple recordings of the same gloss exist for a signer (default 1).",
153
+ "dataType": "sc:Integer",
154
+ "source": {
155
+ "fileObject": {"@id": "metadata-csv"},
156
+ "extract": {"column": "take"}
157
+ }
158
+ }
159
+ ]
160
+ }
161
+ ]
162
+ }