Sraghvi commited on
Commit
69c45f1
·
verified ·
1 Parent(s): 15b1d74

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ language:
6
+ - en
7
+ tags:
8
+ - robotics
9
+ - manipulation
10
+ - bimanual
11
+ size_categories:
12
+ - 1K<n<10K
13
+ pretty_name: Shrugmaster_Bimanual_Manipulation
14
+ ---
15
+
16
+ # Shrugmaster_Bimanual_Manipulation
17
+
18
+ Robot manipulation dataset with 1 episodes.
19
+
20
+ ## Dataset Structure
21
+
22
+ - **Episodes**: 1 episodes of robot manipulation
23
+ - **Cameras**: 3 camera views (base, arm1, arm2)
24
+ - **Joints**: 34 joint states
25
+ - **Format**: LeRobot v2.1
26
+
27
+ ## Usage
28
+
29
+ ```python
30
+ from lerobot.common.datasets import LeRobotDataset
31
+
32
+ dataset = LeRobotDataset("Sraghvi/shrugmaster-robot-dataset")
33
+ ```
34
+
35
+ ## Files
36
+
37
+ - `data/chunk-000/`: Parquet files with episode data
38
+ - `videos/chunk-000/`: MP4 video files for each camera (contains all image frames)
39
+ - `meta/`: Metadata files (info.json, episodes.jsonl, etc.)
40
+
41
+ ## Dataset Details
42
+
43
+ - **Total Episodes**: 1
44
+ - **Total Frames**: 360
45
+ - **Average Episode Length**: 360 frames
46
+ - **FPS**: 8.9 (calculated from real data)
47
+ - **Robot Type**: Bimanual arm with 34 joints
48
+ - **Camera Resolution**: 1280x720
49
+ - **Video Codec**: H.264