mysigner commited on
Commit
db6304a
·
verified ·
1 Parent(s): 037bb27

Add Croissant 1.0 metadata

Browse files
Files changed (1) hide show
  1. croissant.json +56 -56
croissant.json CHANGED
@@ -6,20 +6,11 @@
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",
@@ -33,127 +24,136 @@
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
  ]
 
6
  "column": "cr:column",
7
  "conformsTo": "dct:conformsTo",
8
  "cr": "http://mlcommons.org/croissant/",
9
+ "data": { "@id": "cr:data", "@type": "@json" },
10
+ "dataType": { "@id": "cr:dataType", "@type": "@vocab" },
 
 
 
 
 
 
 
11
  "dct": "http://purl.org/dc/terms/",
12
+ "equivalentProperty": "cr:equivalentProperty",
13
+ "examples": { "@id": "cr:examples", "@type": "@json" },
 
 
14
  "extract": "cr:extract",
15
  "field": "cr:field",
16
  "fileProperty": "cr:fileProperty",
 
24
  "md5": "cr:md5",
25
  "parentField": "cr:parentField",
26
  "path": "cr:path",
27
+ "rai": "http://mlcommons.org/croissant/RAI/",
28
  "recordSet": "cr:recordSet",
29
  "references": "cr:references",
30
  "regex": "cr:regex",
31
  "repeated": "cr:repeated",
32
  "replace": "cr:replace",
33
+ "samplingRate": "cr:samplingRate",
34
  "sc": "https://schema.org/",
35
  "separator": "cr:separator",
36
  "source": "cr:source",
37
  "subField": "cr:subField",
38
+ "transform": "cr:transform"
 
 
39
  },
40
  "@type": "sc:Dataset",
41
+ "@id": "https://huggingface.co/datasets/mysigner/MySign",
42
  "conformsTo": "http://mlcommons.org/croissant/1.0",
43
  "name": "MySign",
44
+ "alternateName": ["mysigner/MySign", "MySign-2026"],
45
+ "description": "MySign is a 3D motion-capture dataset of Malaysian Sign Language (Bahasa Isyarat Malaysia, BIM). Each record is a single sign performed by one of five signers, captured as a Filmbox (.fbx) skeletal animation file. The dataset is organized as one subdirectory per signer (Signer001 ... Signer005), with one .fbx file per take. metadata.csv is an index over the .fbx files and provides the gloss label, the signer id, and the take number for each file. metadata.csv is not the data itself: consumers must read the .fbx file referenced by file_name to use the motion data.",
46
+ "citeAs": "@misc{mysign2026,\n title = {MySign: A 3D Motion-Capture Dataset of Malaysian Sign Language},\n author = {{mysigner}},\n year = {2026},\n howpublished = {Hugging Face Datasets},\n url = {https://huggingface.co/datasets/mysigner/MySign},\n note = {CC BY-NC-SA 4.0}\n}",
47
  "url": "https://huggingface.co/datasets/mysigner/MySign",
48
+ "sameAs": "https://huggingface.co/datasets/mysigner/MySign",
49
  "license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
50
  "version": "1.0.0",
51
  "datePublished": "2026-01-01",
52
+ "inLanguage": ["ms", "zsm"],
 
 
 
 
53
  "keywords": [
54
  "sign-language",
55
+ "Malaysian Sign Language",
56
+ "Bahasa Isyarat Malaysia",
57
  "BIM",
58
  "motion-capture",
59
+ "3D",
60
+ "FBX",
61
+ "skeletal-animation",
62
+ "gloss"
 
63
  ],
64
+ "creator": {
65
+ "@type": "Organization",
66
+ "name": "mysigner",
67
+ "url": "https://huggingface.co/mysigner"
68
+ },
69
+ "publisher": {
70
+ "@type": "Organization",
71
+ "name": "mysigner",
72
+ "url": "https://huggingface.co/mysigner"
73
+ },
74
+ "isLiveDataset": false,
75
+
76
  "distribution": [
77
  {
78
  "@type": "cr:FileObject",
79
  "@id": "repo",
80
  "name": "repo",
81
+ "description": "Hugging Face dataset repository serving as the root container for all distribution files.",
82
+ "contentUrl": "https://huggingface.co/datasets/mysigner/MySign/tree/main",
83
  "encodingFormat": "git+https",
84
  "sha256": "main"
85
  },
86
  {
87
  "@type": "cr:FileObject",
88
+ "@id": "metadata.csv",
89
  "name": "metadata.csv",
90
+ "description": "Index file. One row per .fbx file with columns: file_name, gloss, signer_id, take.",
91
+ "containedIn": { "@id": "repo" },
92
  "contentUrl": "metadata.csv",
93
+ "encodingFormat": "text/csv"
 
94
  },
95
  {
96
  "@type": "cr:FileSet",
97
  "@id": "fbx-files",
98
  "name": "fbx-files",
99
+ "description": "All sign motion-capture files. One FBX per take per signer, organized as Signer001/<gloss>.fbx ... Signer005/<gloss>.fbx.",
100
+ "containedIn": { "@id": "repo" },
101
+ "encodingFormat": "model/vnd.fbx",
102
  "includes": "Signer*/*.fbx"
103
  }
104
  ],
105
+
106
  "recordSet": [
107
  {
108
  "@type": "cr:RecordSet",
109
  "@id": "signs",
110
  "name": "signs",
111
+ "description": "One record per .fbx file. The file_name column is the relative path inside the repository and points into the fbx-files FileSet.",
112
+ "key": { "@id": "signs/file_name" },
113
  "field": [
114
  {
115
  "@type": "cr:Field",
116
  "@id": "signs/file_name",
117
  "name": "file_name",
118
+ "description": "Repository-relative path to the FBX file, e.g. 'Signer001/Above.fbx'. References fbx-files.",
119
  "dataType": "sc:Text",
120
+ "references": { "fileSet": { "@id": "fbx-files" } },
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": "Normalized gloss label for the sign (UPPERCASE; '/' separates synonyms; '(I)', '(II)' disambiguate homonyms; numerals and time units like '1 HOUR' are spelled out).",
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 the sign. One of '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 for the (signer, gloss) pair. The original recording is take 1; Blender-style duplicate suffixes .001/.002 map to takes 2/3.",
153
  "dataType": "sc:Integer",
154
  "source": {
155
+ "fileObject": { "@id": "metadata.csv" },
156
+ "extract": { "column": "take" }
157
  }
158
  }
159
  ]