sr512 commited on
Commit
ce7fee3
·
verified ·
1 Parent(s): 3c2080a

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -26,24 +26,21 @@ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot)
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "koch_follower",
29
- "total_episodes": 5,
30
- "total_frames": 1051,
31
  "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 500,
35
  "fps": 15,
36
  "splits": {
37
- "train": "0:5"
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,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": {
 
26
  {
27
  "codebase_version": "v3.0",
28
  "robot_type": "koch_follower",
29
+ "total_episodes": 10,
30
+ "total_frames": 2371,
31
  "total_tasks": 1,
32
  "chunks_size": 1000,
33
  "data_files_size_in_mb": 100,
34
  "video_files_size_in_mb": 500,
35
  "fps": 15,
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
  "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": {