Datasets:
ccvl
/

DOI:
License:
wufeim commited on
Commit
6b8611b
·
verified ·
1 Parent(s): 8a58c09

Upload imagenet3d_v1.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. imagenet3d_v1.json +96 -0
imagenet3d_v1.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": "ImageNet3D",
49
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
50
+ "license": "https://creativecommons.org/licenses/by-nc/4.0/",
51
+ "url": "https://github.com/wufeim/imagenet3d",
52
+ "version": "1.0",
53
+ "distribution": [
54
+ {
55
+ "@type": "cr:FileObject",
56
+ "@id": "imagenet3d_v1.zip",
57
+ "name": "imagenet3d_v1.zip",
58
+ "contentUrl": "https://huggingface.co/datasets/ccvl/ImageNet3D/resolve/main/imagenet3d_v1.zip",
59
+ "encodingFormat": "application/zip",
60
+ "sha256": "a9cd5d21b4cbcd601ba23c1c019ab2934c65d81e2069cd40c2d63cd0f74f0a44"
61
+ },
62
+ {
63
+ "@type": "cr:FileObject",
64
+ "@id": "info",
65
+ "name": "info",
66
+ "containedIn": {
67
+ "@id": "imagenet3d_v1.zip"
68
+ },
69
+ "contentUrl": "imagenet3d_v1/info.json",
70
+ "encodingFormat": "application/json"
71
+ }
72
+ ],
73
+ "recordSet": [
74
+ {
75
+ "@type": "cr:RecordSet",
76
+ "@id": "imagenet3d_v1",
77
+ "name": "imagenet3d_v1",
78
+ "field": [
79
+ {
80
+ "@type": "cr:Field",
81
+ "@id": "imagenet3d_v1/sample_name",
82
+ "name": "sample_name",
83
+ "dataType": "sc:Text",
84
+ "source": {
85
+ "fileObject": {
86
+ "@id": "info"
87
+ },
88
+ "extract": {
89
+ "jsonPath": "$.samples[*]"
90
+ }
91
+ }
92
+ }
93
+ ]
94
+ }
95
+ ]
96
+ }