sw107 commited on
Commit
dcc3770
·
verified ·
1 Parent(s): 2215993

Upload meta/info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. meta/info.json +23 -67
meta/info.json CHANGED
@@ -1,92 +1,48 @@
1
  {
2
- "codebase_version": "v3.0",
3
- "robot_type": "so101_follower",
4
- "total_episodes": 15,
5
- "total_frames": 26920,
6
- "total_tasks": 1,
7
- "chunks_size": 1000,
8
- "data_files_size_in_mb": 100,
9
- "video_files_size_in_mb": 500,
10
  "fps": 30,
11
- "splits": {
12
- "train": "0:15"
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.handcam": {
46
- "dtype": "video",
47
- "shape": [
48
- 480,
49
- 640,
50
- 3
51
  ],
52
  "names": [
53
- "height",
54
- "width",
55
- "channels"
56
- ],
57
- "info": {
58
- "video.height": 480,
59
- "video.width": 640,
60
- "video.codec": "av1",
61
- "video.pix_fmt": "yuv420p",
62
- "video.is_depth_map": false,
63
- "video.fps": 30,
64
- "video.channels": 3,
65
- "has_audio": false
66
- }
67
  },
68
- "observation.images.webcam": {
69
  "dtype": "video",
70
  "shape": [
 
71
  480,
72
- 640,
73
- 3
74
  ],
75
  "names": [
 
76
  "height",
77
- "width",
78
- "channels"
79
- ],
80
- "info": {
81
- "video.height": 480,
82
- "video.width": 640,
83
- "video.codec": "av1",
84
- "video.pix_fmt": "yuv420p",
85
- "video.is_depth_map": false,
86
- "video.fps": 30,
87
- "video.channels": 3,
88
- "has_audio": false
89
- }
90
  },
91
  "timestamp": {
92
  "dtype": "float32",
 
1
  {
2
+ "codebase_version": "v2.0",
3
+ "robot_type": "custom_robot",
 
 
 
 
 
 
4
  "fps": 30,
 
 
 
 
 
5
  "features": {
6
  "action": {
7
  "dtype": "float32",
 
 
 
 
 
 
 
 
8
  "shape": [
9
  6
10
+ ],
11
+ "names": [
12
+ "joint_0",
13
+ "joint_1",
14
+ "joint_2",
15
+ "joint_3",
16
+ "joint_4",
17
+ "joint_5"
18
  ]
19
  },
20
  "observation.state": {
21
  "dtype": "float32",
 
 
 
 
 
 
 
 
22
  "shape": [
23
  6
 
 
 
 
 
 
 
 
24
  ],
25
  "names": [
26
+ "joint_0",
27
+ "joint_1",
28
+ "joint_2",
29
+ "joint_3",
30
+ "joint_4",
31
+ "joint_5"
32
+ ]
 
 
 
 
 
 
 
33
  },
34
+ "observation.images.handcam": {
35
  "dtype": "video",
36
  "shape": [
37
+ 3,
38
  480,
39
+ 640
 
40
  ],
41
  "names": [
42
+ "channel",
43
  "height",
44
+ "width"
45
+ ]
 
 
 
 
 
 
 
 
 
 
 
46
  },
47
  "timestamp": {
48
  "dtype": "float32",