RRRong commited on
Commit
6770f71
·
1 Parent(s): 895a2e1
Files changed (1) hide show
  1. croissant_file.json +63 -0
croissant_file.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "3EED",
49
+ "description": "A multi-platform visual grounding dataset for 3D perception. Contains synchronized LiDAR point clouds, RGB images, and metadata for each frame, collected from platforms: Waymo, M3ED-Quadruped, and M3ED-Drone.",
50
+ "conformsTo": "http://mlcommons.org/croissant/1.0",
51
+ "license": "https://choosealicense.com/licenses/ncsa/",
52
+ "url": "https://huggingface.co/datasets/RRRong/3EED",
53
+ "distribution": [
54
+ {
55
+ "@type": "cr:FileObject",
56
+ "@id": "repo",
57
+ "name": "repo",
58
+ "contentUrl": "https://huggingface.co/datasets/RRRong/3EED/resolve/main/3EED.zip",
59
+ "encodingFormat": "application/zip",
60
+ "sha256": "https://github.com/mlcommons/croissant/issues/80"
61
+ }
62
+ ]
63
+ }