nkim7 commited on
Commit
3a47543
·
verified ·
1 Parent(s): c4c79dd

Upload folder using huggingface_hub

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