nuoyihan commited on
Commit
5f83364
·
verified ·
1 Parent(s): ded2302

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -26,21 +26,24 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
- "total_episodes": 10,
30
- "total_frames": 3994,
31
  "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 500,
35
- "fps": 20,
36
  "splits": {
37
- "train": "0:10"
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,13 +51,13 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
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,9 +65,6 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
62
  "wrist_flex.pos",
63
  "wrist_roll.pos",
64
  "gripper.pos"
65
- ],
66
- "shape": [
67
- 6
68
  ]
69
  },
70
  "observation.images.env": {
@@ -85,7 +85,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
85
  "video.codec": "av1",
86
  "video.pix_fmt": "yuv420p",
87
  "video.is_depth_map": false,
88
- "video.fps": 20,
89
  "video.channels": 3,
90
  "has_audio": false
91
  }
@@ -108,7 +108,7 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
108
  "video.codec": "av1",
109
  "video.pix_fmt": "yuv420p",
110
  "video.is_depth_map": false,
111
- "video.fps": 20,
112
  "video.channels": 3,
113
  "has_audio": false
114
  }
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "so101_follower",
29
+ "total_episodes": 1,
30
+ "total_frames": 289,
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:1"
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
+ "shape": [
45
+ 6
46
+ ],
47
  "names": [
48
  "shoulder_pan.pos",
49
  "shoulder_lift.pos",
 
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
  "wrist_flex.pos",
66
  "wrist_roll.pos",
67
  "gripper.pos"
 
 
 
68
  ]
69
  },
70
  "observation.images.env": {
 
85
  "video.codec": "av1",
86
  "video.pix_fmt": "yuv420p",
87
  "video.is_depth_map": false,
88
+ "video.fps": 30,
89
  "video.channels": 3,
90
  "has_audio": false
91
  }
 
108
  "video.codec": "av1",
109
  "video.pix_fmt": "yuv420p",
110
  "video.is_depth_map": false,
111
+ "video.fps": 30,
112
  "video.channels": 3,
113
  "has_audio": false
114
  }