annyi commited on
Commit
a31e131
·
verified ·
1 Parent(s): a66d039

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +14 -14
README.md CHANGED
@@ -24,26 +24,23 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
- "codebase_version": "v2.1",
28
  "robot_type": "so101_follower",
29
- "total_episodes": 1,
30
- "total_frames": 329,
31
  "total_tasks": 1,
32
- "total_videos": 2,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
 
 
35
  "fps": 30,
36
  "splits": {
37
- "train": "0:1"
38
  },
39
- "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
40
- "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
41
  "features": {
42
  "action": {
43
  "dtype": "float32",
44
- "shape": [
45
- 6
46
- ],
47
  "names": [
48
  "shoulder_pan.pos",
49
  "shoulder_lift.pos",
@@ -51,13 +48,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
51
  "wrist_flex.pos",
52
  "wrist_roll.pos",
53
  "gripper.pos"
 
 
 
54
  ]
55
  },
56
  "observation.state": {
57
  "dtype": "float32",
58
- "shape": [
59
- 6
60
- ],
61
  "names": [
62
  "shoulder_pan.pos",
63
  "shoulder_lift.pos",
@@ -65,6 +62,9 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
65
  "wrist_flex.pos",
66
  "wrist_roll.pos",
67
  "gripper.pos"
 
 
 
68
  ]
69
  },
70
  "observation.images.top": {
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
+ "total_episodes": 4,
30
+ "total_frames": 3096,
31
  "total_tasks": 1,
 
 
32
  "chunks_size": 1000,
33
+ "data_files_size_in_mb": 100,
34
+ "video_files_size_in_mb": 500,
35
  "fps": 30,
36
  "splits": {
37
+ "train": "0:4"
38
  },
39
+ "data_path": "data/chunk-{chunk_index:03d}/file-{file_index:03d}.parquet",
40
+ "video_path": "videos/{video_key}/chunk-{chunk_index:03d}/file-{file_index:03d}.mp4",
41
  "features": {
42
  "action": {
43
  "dtype": "float32",
 
 
 
44
  "names": [
45
  "shoulder_pan.pos",
46
  "shoulder_lift.pos",
 
48
  "wrist_flex.pos",
49
  "wrist_roll.pos",
50
  "gripper.pos"
51
+ ],
52
+ "shape": [
53
+ 6
54
  ]
55
  },
56
  "observation.state": {
57
  "dtype": "float32",
 
 
 
58
  "names": [
59
  "shoulder_pan.pos",
60
  "shoulder_lift.pos",
 
62
  "wrist_flex.pos",
63
  "wrist_roll.pos",
64
  "gripper.pos"
65
+ ],
66
+ "shape": [
67
+ 6
68
  ]
69
  },
70
  "observation.images.top": {