hirosan6595 commited on
Commit
3ccf70d
·
verified ·
1 Parent(s): e0599fb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -16
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": 4,
30
- "total_frames": 2156,
31
  "total_tasks": 1,
32
- "total_videos": 8,
33
- "total_chunks": 1,
34
  "chunks_size": 1000,
 
 
35
  "fps": 30,
36
  "splits": {
37
- "train": "0:4"
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,9 +62,12 @@ 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.front_cam": {
71
  "dtype": "video",
72
  "shape": [
73
  480,
@@ -90,7 +90,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
90
  "has_audio": false
91
  }
92
  },
93
- "observation.images.side_cam": {
94
  "dtype": "video",
95
  "shape": [
96
  480,
 
24
  [meta/info.json](meta/info.json):
25
  ```json
26
  {
27
+ "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
+ "total_episodes": 2,
30
+ "total_frames": 1138,
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:2"
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.front": {
71
  "dtype": "video",
72
  "shape": [
73
  480,
 
90
  "has_audio": false
91
  }
92
  },
93
+ "observation.images.wrist": {
94
  "dtype": "video",
95
  "shape": [
96
  480,