Sraghvi commited on
Commit
7829115
·
verified ·
1 Parent(s): d802500

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +82 -96
meta/info.json CHANGED
@@ -1,108 +1,94 @@
1
  {
2
  "codebase_version": "v2.1",
3
- "dataset_name": "Shrugmaster_Bimanual_Manipulation",
4
- "description": "Robot dataset: Shrugmaster_Bimanual_Manipulation",
5
- "total_episodes": 3,
6
- "total_frames": 1080,
7
- "fps": 8.9,
 
 
 
 
 
 
 
 
8
  "features": {
9
- "observation": {
10
- "state": {
11
- "dtype": "float32",
12
- "shape": [
13
- 34
14
- ],
15
- "names": [
16
- "joint_0",
17
- "joint_1",
18
- "joint_2",
19
- "joint_3",
20
- "joint_4",
21
- "joint_5",
22
- "joint_6",
23
- "joint_7",
24
- "joint_8",
25
- "joint_9",
26
- "joint_10",
27
- "joint_11",
28
- "joint_12",
29
- "joint_13",
30
- "joint_14",
31
- "joint_15",
32
- "joint_16",
33
- "joint_17",
34
- "joint_18",
35
- "joint_19",
36
- "joint_20",
37
- "joint_21",
38
- "joint_22",
39
- "joint_23",
40
- "joint_24",
41
- "joint_25",
42
- "joint_26",
43
- "joint_27",
44
- "joint_28",
45
- "joint_29",
46
- "joint_30",
47
- "joint_31",
48
- "joint_32",
49
- "joint_33"
50
- ]
51
- }
52
  },
53
  "action": {
54
  "dtype": "float32",
55
  "shape": [
56
- 34
57
  ],
58
  "names": [
59
- "joint_0",
60
- "joint_1",
61
- "joint_2",
62
- "joint_3",
63
- "joint_4",
64
- "joint_5",
65
- "joint_6",
66
- "joint_7",
67
- "joint_8",
68
- "joint_9",
69
- "joint_10",
70
- "joint_11",
71
- "joint_12",
72
- "joint_13",
73
- "joint_14",
74
- "joint_15",
75
- "joint_16",
76
- "joint_17",
77
- "joint_18",
78
- "joint_19",
79
- "joint_20",
80
- "joint_21",
81
- "joint_22",
82
- "joint_23",
83
- "joint_24",
84
- "joint_25",
85
- "joint_26",
86
- "joint_27",
87
- "joint_28",
88
- "joint_29",
89
- "joint_30",
90
- "joint_31",
91
- "joint_32",
92
- "joint_33"
93
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  }
95
- },
96
- "robot_type": "bimanual_arm",
97
- "total_tasks": 1,
98
- "total_videos": 9,
99
- "total_chunks": 1,
100
- "chunks_size": 3,
101
- "splits": {
102
- "train": [
103
- 0
104
- ]
105
- },
106
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
107
- "video_path": "videos/chunk-{episode_chunk:03d}/observation.images.{camera_name}/episode_{episode_index:06d}.mp4"
108
  }
 
1
  {
2
  "codebase_version": "v2.1",
3
+ "robot_type": "single_arm",
4
+ "total_episodes": 4,
5
+ "total_frames": 1230,
6
+ "total_tasks": 1,
7
+ "total_videos": 12,
8
+ "total_chunks": 1,
9
+ "chunks_size": 4,
10
+ "fps": 30.0,
11
+ "splits": {
12
+ "train": "0:1"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
  "features": {
17
+ "observation.state": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": [
23
+ "gripper"
24
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  },
26
  "action": {
27
  "dtype": "float32",
28
  "shape": [
29
+ 1
30
  ],
31
  "names": [
32
+ "gripper"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ]
34
+ },
35
+ "observation.images.csv_mp4": {
36
+ "dtype": "video",
37
+ "shape": [
38
+ 480,
39
+ 640,
40
+ 3
41
+ ],
42
+ "names": [
43
+ "height",
44
+ "width",
45
+ "channels"
46
+ ],
47
+ "info": {
48
+ "video.height": 480,
49
+ "video.width": 640,
50
+ "video.codec": "h264",
51
+ "video.pix_fmt": "yuv420p",
52
+ "video.is_depth_map": false,
53
+ "video.fps": 30.0,
54
+ "video.channels": 3,
55
+ "has_audio": false
56
+ }
57
+ },
58
+ "timestamp": {
59
+ "dtype": "float32",
60
+ "shape": [
61
+ 1
62
+ ],
63
+ "names": null
64
+ },
65
+ "frame_index": {
66
+ "dtype": "int64",
67
+ "shape": [
68
+ 1
69
+ ],
70
+ "names": null
71
+ },
72
+ "episode_index": {
73
+ "dtype": "int64",
74
+ "shape": [
75
+ 1
76
+ ],
77
+ "names": null
78
+ },
79
+ "index": {
80
+ "dtype": "int64",
81
+ "shape": [
82
+ 1
83
+ ],
84
+ "names": null
85
+ },
86
+ "task_index": {
87
+ "dtype": "int64",
88
+ "shape": [
89
+ 1
90
+ ],
91
+ "names": null
92
  }
93
+ }
 
 
 
 
 
 
 
 
 
 
 
 
94
  }