ccwatson commited on
Commit
4bfb1f0
·
verified ·
1 Parent(s): e5f4688

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +126 -0
meta/info.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "panda",
4
+ "total_episodes": 0,
5
+ "total_frames": 0,
6
+ "total_tasks": 0,
7
+ "total_videos": 0,
8
+ "total_chunks": 0,
9
+ "chunks_size": 1000,
10
+ "fps": 15,
11
+ "splits": {},
12
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
13
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
14
+ "features": {
15
+ "exterior_image_1_left": {
16
+ "dtype": "image",
17
+ "shape": [
18
+ 180,
19
+ 320,
20
+ 3
21
+ ],
22
+ "names": [
23
+ "height",
24
+ "width",
25
+ "channel"
26
+ ]
27
+ },
28
+ "exterior_image_2_left": {
29
+ "dtype": "image",
30
+ "shape": [
31
+ 180,
32
+ 320,
33
+ 3
34
+ ],
35
+ "names": [
36
+ "height",
37
+ "width",
38
+ "channel"
39
+ ]
40
+ },
41
+ "wrist_image_left": {
42
+ "dtype": "image",
43
+ "shape": [
44
+ 180,
45
+ 320,
46
+ 3
47
+ ],
48
+ "names": [
49
+ "height",
50
+ "width",
51
+ "channel"
52
+ ]
53
+ },
54
+ "joint_position": {
55
+ "dtype": "float32",
56
+ "shape": [
57
+ 7
58
+ ],
59
+ "names": [
60
+ "joint_position"
61
+ ]
62
+ },
63
+ "gripper_position": {
64
+ "dtype": "float32",
65
+ "shape": [
66
+ 1
67
+ ],
68
+ "names": [
69
+ "gripper_position"
70
+ ]
71
+ },
72
+ "actions": {
73
+ "dtype": "float32",
74
+ "shape": [
75
+ 8
76
+ ],
77
+ "names": [
78
+ "actions"
79
+ ]
80
+ },
81
+ "wrist_image_left.dinov3_embeddings": {
82
+ "dtype": "float32",
83
+ "shape": [
84
+ 1280
85
+ ],
86
+ "names": [
87
+ "wrist_image_left.dinov3_embeddings"
88
+ ]
89
+ },
90
+ "timestamp": {
91
+ "dtype": "float32",
92
+ "shape": [
93
+ 1
94
+ ],
95
+ "names": null
96
+ },
97
+ "frame_index": {
98
+ "dtype": "int64",
99
+ "shape": [
100
+ 1
101
+ ],
102
+ "names": null
103
+ },
104
+ "episode_index": {
105
+ "dtype": "int64",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "task_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ }
125
+ }
126
+ }