lr-2002 commited on
Commit
d3d7c93
·
verified ·
1 Parent(s): b29c770

upload croissant generated by gpt

Browse files
Files changed (1) hide show
  1. croissant.json +92 -0
croissant.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "@vocab": "https://schema.org/"
4
+ },
5
+ "@type": "Dataset",
6
+ "name": "coin-primitive-gr00t-nips-submission",
7
+ "description": "Primitive episode data with synchronized human/wrist/base videos.",
8
+ "license": "apache-2.0",
9
+ "data": [
10
+ {
11
+ "name": "episodes",
12
+ "url": "./data/chunk-000",
13
+ "fileFormat": "parquet",
14
+ "encodingFormat": "application/parquet",
15
+ "fields": [
16
+ {
17
+ "name": "observation.state",
18
+ "description": "Observation.state",
19
+ "dataType": "object"
20
+ },
21
+ {
22
+ "name": "action",
23
+ "description": "Action",
24
+ "dataType": "object"
25
+ },
26
+ {
27
+ "name": "timestamp",
28
+ "description": "Timestamp",
29
+ "dataType": "float64"
30
+ },
31
+ {
32
+ "name": "annotation.human.action.task_description",
33
+ "description": "Annotation.human.action.task description",
34
+ "dataType": "int64"
35
+ },
36
+ {
37
+ "name": "task_index",
38
+ "description": "Task index",
39
+ "dataType": "int64"
40
+ },
41
+ {
42
+ "name": "annotation.human.validity",
43
+ "description": "Annotation.human.validity",
44
+ "dataType": "int64"
45
+ },
46
+ {
47
+ "name": "episode_index",
48
+ "description": "Episode index",
49
+ "dataType": "int64"
50
+ },
51
+ {
52
+ "name": "index",
53
+ "description": "Index",
54
+ "dataType": "int64"
55
+ },
56
+ {
57
+ "name": "next.done",
58
+ "description": "Next.done",
59
+ "dataType": "bool"
60
+ },
61
+ {
62
+ "name": "video_human",
63
+ "description": "Human view video of the episode",
64
+ "dataType": "video"
65
+ },
66
+ {
67
+ "name": "video_wrist",
68
+ "description": "Wrist view video of the episode",
69
+ "dataType": "video"
70
+ },
71
+ {
72
+ "name": "video_base",
73
+ "description": "Base front view video of the episode",
74
+ "dataType": "video"
75
+ }
76
+ ]
77
+ }
78
+ ],
79
+ "additionalInformation": {
80
+ "metaFiles": [
81
+ "./meta/info.json",
82
+ "./meta/modality.json",
83
+ "./meta/tasks.jsonl",
84
+ "./meta/stats.json"
85
+ ],
86
+ "videoDirectories": {
87
+ "human_view": "./videos/chunk-000/observation.images.human_view",
88
+ "wrist_view": "./videos/chunk-000/observation.images.wrist_view",
89
+ "base_front_view": "./videos/chunk-000/observation.images.base_front_view"
90
+ }
91
+ }
92
+ }