kumarhans commited on
Commit
315e4e2
·
verified ·
1 Parent(s): 27cda96

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +109 -0
meta/info.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "so100",
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": 30,
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
+ "observation.images.base_camera": {
16
+ "dtype": "video",
17
+ "shape": [
18
+ 480,
19
+ 640,
20
+ 3
21
+ ],
22
+ "names": [
23
+ "height",
24
+ "width",
25
+ "rgb"
26
+ ]
27
+ },
28
+ "observation.images.hand_camera": {
29
+ "dtype": "video",
30
+ "shape": [
31
+ 480,
32
+ 640,
33
+ 3
34
+ ],
35
+ "names": [
36
+ "height",
37
+ "width",
38
+ "rgb"
39
+ ]
40
+ },
41
+ "observation.state": {
42
+ "dtype": "float32",
43
+ "shape": [
44
+ 6
45
+ ],
46
+ "names": {
47
+ "motors": [
48
+ "motor_0",
49
+ "motor_1",
50
+ "motor_2",
51
+ "motor_3",
52
+ "motor_4",
53
+ "motor_5"
54
+ ]
55
+ }
56
+ },
57
+ "action": {
58
+ "dtype": "float32",
59
+ "shape": [
60
+ 6
61
+ ],
62
+ "names": {
63
+ "motors": [
64
+ "motor_0",
65
+ "motor_1",
66
+ "motor_2",
67
+ "motor_3",
68
+ "motor_4",
69
+ "motor_5"
70
+ ]
71
+ }
72
+ },
73
+ "timestamp": {
74
+ "dtype": "float32",
75
+ "shape": [
76
+ 1
77
+ ],
78
+ "names": null
79
+ },
80
+ "frame_index": {
81
+ "dtype": "int64",
82
+ "shape": [
83
+ 1
84
+ ],
85
+ "names": null
86
+ },
87
+ "episode_index": {
88
+ "dtype": "int64",
89
+ "shape": [
90
+ 1
91
+ ],
92
+ "names": null
93
+ },
94
+ "index": {
95
+ "dtype": "int64",
96
+ "shape": [
97
+ 1
98
+ ],
99
+ "names": null
100
+ },
101
+ "task_index": {
102
+ "dtype": "int64",
103
+ "shape": [
104
+ 1
105
+ ],
106
+ "names": null
107
+ }
108
+ }
109
+ }