Sraghvi commited on
Commit
36877d7
·
verified ·
1 Parent(s): 2222d89

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +75 -0
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ language:
6
+ - en
7
+ tags:
8
+ - robotics
9
+ - lerobot
10
+ - manipulation
11
+ - bimanual
12
+ size_categories:
13
+ - 1K<n<10K
14
+ pretty_name: corrected-mapping
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path: "data/chunk-000/episode_*.parquet"
20
+ ---
21
+
22
+ # corrected-mapping
23
+
24
+ LeRobot v2.1 format dataset for robot manipulation.
25
+
26
+ ## Dataset Structure
27
+
28
+ - **Episodes**: 1 episodes of robot manipulation
29
+ - **Total Frames**: 327 frames
30
+ - **Cameras**: 3 camera views per episode
31
+ - `observation.images.base_camera_sensor_image_raw`
32
+ - `observation.images.arm1_camera_sensor_image_raw`
33
+ - `observation.images.arm2_camera_sensor_image_raw`
34
+ - **Robot**: Bimanual manipulator with 34 joints
35
+ - **Format**: LeRobot v2.1
36
+
37
+ ## Usage with LeRobot
38
+
39
+ ```python
40
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
41
+
42
+ dataset = LeRobotDataset("Sraghvi/shrugmaster-test")
43
+ ```
44
+
45
+ ## Dataset Format
46
+
47
+ This dataset follows the LeRobot v2.1 format:
48
+
49
+ - `data/chunk-000/`: Parquet files containing episode data
50
+ - `videos/chunk-000/`: MP4 video files for each camera view
51
+ - `meta/`: Metadata files
52
+ - `info.json`: Dataset configuration and feature descriptions
53
+ - `episodes.jsonl`: Episode metadata
54
+ - `tasks.jsonl`: Task descriptions
55
+ - `episodes_stats.jsonl`: Dataset statistics
56
+
57
+ ## Dataset Details
58
+
59
+ - **Total Episodes**: 1
60
+ - **Total Frames**: 327
61
+ - **Average Episode Length**: 327 frames
62
+ - **FPS**: ~9 (calculated from real data)
63
+ - **Robot Type**: Bimanual arm with 34 joints
64
+ - **Camera Resolution**: 1280x720
65
+ - **Video Codec**: H.264
66
+
67
+ ## Features
68
+
69
+ - **Action**: Robot action commands with individual joint columns
70
+ - **Observation State**: Robot state observations with individual joint columns
71
+ - **Isaac Commands**: Simulation commands
72
+ - **Timestamp**: Frame timestamps
73
+ - **Episode/Frame/Task Indices**: Data organization
74
+ - **Joint Names**: Names of all robot joints
75
+ - **Joint Velocities**: Velocity data for all joints