Update metadata.json
Browse files- metadata.json +90 -0
metadata.json
CHANGED
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"wd": "https://www.wikidata.org/wiki/"
|
47 |
+
},
|
48 |
+
"@type": "sc:Dataset",
|
49 |
+
"name": "ARKit_LabelMaker",
|
50 |
+
"description": "ARKit LabelMaker is a 3D indoor scene dataset with dense semantic segmentation. The segmentation label is obtained by LabelMaker, an automated annotation pipeline for RGB-D inputs. It is currently the largest real-world indoor semantic segmentation dataset.",
|
51 |
+
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
52 |
+
"citeAs": "@inproceedings{Weder2024labelmaker,\n title = {{LabelMaker: Automatic Semantic Label Generation from RGB-D Trajectories}},\n author={Weder, Silvan and Blum, Hermann and Engelmann, Francis and Pollefeys, Marc},\n booktitle = {International Conference on 3D Vision (3DV)},\n year = {2024}\n}",
|
53 |
+
"license": "bsd-3-clause-clear",
|
54 |
+
"url": "https://labelmaker.org/",
|
55 |
+
"version": "1.0.0",
|
56 |
+
"distribution": [
|
57 |
+
{
|
58 |
+
"@type": "cr:FileObject",
|
59 |
+
"@id": "repo",
|
60 |
+
"name": "repo",
|
61 |
+
"description": "The Hugging Face git repository.",
|
62 |
+
"contentUrl": "https://huggingface.co/datasets/labelmaker/arkit_labelmaker/tree/main",
|
63 |
+
"encodingFormat": "git+https",
|
64 |
+
"sha256": "https://github.com/mlcommons/croissant/issues/80"
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"@type": "cr:FileSet",
|
68 |
+
"@id": "ply-files",
|
69 |
+
"name": "ply-files",
|
70 |
+
"description": "The colored mesh files.",
|
71 |
+
"containedIn": {
|
72 |
+
"@id": "repo"
|
73 |
+
},
|
74 |
+
"encodingFormat": "application/zip",
|
75 |
+
"includes": "*/*/point_lifted_mesh.ply"
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"@type": "cr:FileSet",
|
79 |
+
"@id": "label-files",
|
80 |
+
"name": "label-files",
|
81 |
+
"description": "The semantic label of in wordnet label space for each vertices of the ply mesh.",
|
82 |
+
"containedIn": {
|
83 |
+
"@id": "repo"
|
84 |
+
},
|
85 |
+
"encodingFormat": "text/plain",
|
86 |
+
"includes": "*/*/labels.txt"
|
87 |
+
}
|
88 |
+
],
|
89 |
+
"recordSet": []
|
90 |
+
}
|