Datasets:
ccvl
/

License:
tokamakp commited on
Commit
f27d77e
1 Parent(s): bd30a4a

Upload DSPart_v0.json

Browse files
Files changed (1) hide show
  1. DSPart_v0.json +96 -0
DSPart_v0.json ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
47
+ "@type": "sc:Dataset",
48
+ "name": "DSPart",
49
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
50
+ "url": "https://github.com/RyougiJarvis/DSPart",
51
+ "distribution": [
52
+ {
53
+ "@type": "cr:FileObject",
54
+ "@id": "CAD_models_v0.zip",
55
+ "name": "CAD_models_v0.zip",
56
+ "description": "3D CAD models from 50 rigid classes and 3D part annotations.",
57
+ "contentUrl": "https://huggingface.co/datasets/ccvl/DSPart/resolve/main/CAD_models_v0.zip",
58
+ "encodingFormat": "application/zip",
59
+ "sha256": "6b033cb11d195fa5374d29225cdbe051b3cf36691b6171cb88146d7c56e5dab2"
60
+ },
61
+ {
62
+ "@type": "cr:FileObject",
63
+ "@id": "info",
64
+ "name": "info",
65
+ "description": "json file of dataset information.",
66
+ "containedIn": {
67
+ "@id": "CAD_models_v0.zip"
68
+ },
69
+ "encodingFormat": "application/json"
70
+ }
71
+ ],
72
+ "recordSet": [
73
+ {
74
+ "@type": "cr:RecordSet",
75
+ "@id": "CAD_models",
76
+ "name": "CAD_models",
77
+ "field": [
78
+ {
79
+ "@type": "cr:Field",
80
+ "@id": "CAD_models/3D_parts_annotations",
81
+ "name": "3D_parts_annotations",
82
+ "description": "3D part annotations of 3D CAD models",
83
+ "dataType": "sc:Text",
84
+ "source": {
85
+ "fileObject": {
86
+ "@id": "info"
87
+ },
88
+ "extract": {
89
+ "column": "$.3D_parts_annotations[*]"
90
+ }
91
+ }
92
+ }
93
+ ]
94
+ }
95
+ ]
96
+ }