maxdhepi commited on
Commit
42537f8
·
verified ·
1 Parent(s): a22d7fe

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +104 -102
meta/info.json CHANGED
@@ -1,105 +1,107 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "so_follower",
4
- "total_episodes": 0,
5
- "total_frames": 0,
6
- "total_tasks": 0,
7
- "chunks_size": 1000,
8
- "data_files_size_in_mb": 100,
9
- "video_files_size_in_mb": 200,
10
- "fps": 30,
11
- "splits": {},
12
- "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
13
- "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
14
- "features": {
15
- "action": {
16
- "dtype": "float32",
17
- "names": [
18
- "shoulder_pan.pos",
19
- "shoulder_lift.pos",
20
- "elbow_flex.pos",
21
- "wrist_flex.pos",
22
- "wrist_roll.pos",
23
- "gripper.pos"
24
- ],
25
- "shape": [
26
- 6
27
- ]
28
- },
29
- "observation.state": {
30
- "dtype": "float32",
31
- "names": [
32
- "shoulder_pan.pos",
33
- "shoulder_lift.pos",
34
- "elbow_flex.pos",
35
- "wrist_flex.pos",
36
- "wrist_roll.pos",
37
- "gripper.pos"
38
- ],
39
- "shape": [
40
- 6
41
- ]
42
- },
43
- "observation.images.front": {
44
- "dtype": "video",
45
- "shape": [
46
- 480,
47
- 640,
48
- 3
49
- ],
50
- "names": [
51
- "height",
52
- "width",
53
- "channels"
54
- ]
55
- },
56
- "observation.images.back": {
57
- "dtype": "video",
58
- "shape": [
59
- 480,
60
- 640,
61
- 3
62
- ],
63
- "names": [
64
- "height",
65
- "width",
66
- "channels"
67
- ]
68
- },
69
- "timestamp": {
70
- "dtype": "float32",
71
- "shape": [
72
- 1
73
- ],
74
- "names": null
75
- },
76
- "frame_index": {
77
- "dtype": "int64",
78
- "shape": [
79
- 1
80
- ],
81
- "names": null
82
- },
83
- "episode_index": {
84
- "dtype": "int64",
85
- "shape": [
86
- 1
87
- ],
88
- "names": null
89
- },
90
- "index": {
91
- "dtype": "int64",
92
- "shape": [
93
- 1
94
- ],
95
- "names": null
96
- },
97
- "task_index": {
98
- "dtype": "int64",
99
- "shape": [
100
- 1
101
- ],
102
- "names": null
103
- }
 
104
  }
 
105
  }
 
1
  {
2
+ "codebase_version": "v3.0",
3
+ "robot_type": "so_follower",
4
+ "total_episodes": 40,
5
+ "total_frames": 17862,
6
+ "total_tasks": 1,
7
+ "chunks_size": 1000,
8
+ "data_files_size_in_mb": 100,
9
+ "video_files_size_in_mb": 200,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:40"
13
+ },
14
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
15
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
16
+ "features": {
17
+ "action": {
18
+ "dtype": "float32",
19
+ "names": [
20
+ "shoulder_pan.pos",
21
+ "shoulder_lift.pos",
22
+ "elbow_flex.pos",
23
+ "wrist_flex.pos",
24
+ "wrist_roll.pos",
25
+ "gripper.pos"
26
+ ],
27
+ "shape": [
28
+ 6
29
+ ]
30
+ },
31
+ "observation.state": {
32
+ "dtype": "float32",
33
+ "names": [
34
+ "shoulder_pan.pos",
35
+ "shoulder_lift.pos",
36
+ "elbow_flex.pos",
37
+ "wrist_flex.pos",
38
+ "wrist_roll.pos",
39
+ "gripper.pos"
40
+ ],
41
+ "shape": [
42
+ 6
43
+ ]
44
+ },
45
+ "observation.images.front": {
46
+ "dtype": "video",
47
+ "shape": [
48
+ 480,
49
+ 640,
50
+ 3
51
+ ],
52
+ "names": [
53
+ "height",
54
+ "width",
55
+ "channels"
56
+ ]
57
+ },
58
+ "observation.images.back": {
59
+ "dtype": "video",
60
+ "shape": [
61
+ 480,
62
+ 640,
63
+ 3
64
+ ],
65
+ "names": [
66
+ "height",
67
+ "width",
68
+ "channels"
69
+ ]
70
+ },
71
+ "timestamp": {
72
+ "dtype": "float32",
73
+ "shape": [
74
+ 1
75
+ ],
76
+ "names": null
77
+ },
78
+ "frame_index": {
79
+ "dtype": "int64",
80
+ "shape": [
81
+ 1
82
+ ],
83
+ "names": null
84
+ },
85
+ "episode_index": {
86
+ "dtype": "int64",
87
+ "shape": [
88
+ 1
89
+ ],
90
+ "names": null
91
+ },
92
+ "index": {
93
+ "dtype": "int64",
94
+ "shape": [
95
+ 1
96
+ ],
97
+ "names": null
98
+ },
99
+ "task_index": {
100
+ "dtype": "int64",
101
+ "shape": [
102
+ 1
103
+ ],
104
+ "names": null
105
  }
106
+ }
107
  }