Sraghvi commited on
Commit
a73b8bd
·
verified ·
1 Parent(s): 77b4943

Upload working LeRobot dataset from bag_all_0.db3

Browse files
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - robotics
5
+ language:
6
+ - en
7
+ tags:
8
+ - robotics
9
+ - manipulation
10
+ - lerobot
11
+ - ros2
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+
16
+ # Bag All 0 Robot Manipulation Dataset (Working)
17
+
18
+ This dataset contains robot manipulation data converted from bag_all_0.db3 to LeRobot format.
19
+
20
+ ## Dataset Information
21
+
22
+ - **Format**: LeRobot v2.1
23
+ - **Created**: 2025-09-08 15:17:02
24
+ - **Task**: Pick and Place manipulation
25
+ - **Source**: bag_all_0.db3
26
+ - **Compatible with**: [LeRobot Visualization Tool](https://huggingface.co/spaces/lerobot/visualize_dataset)
27
+
28
+ ## Dataset Structure
29
+
30
+ ```
31
+ data/
32
+ ├── chunk-000/
33
+ │ └── episode_000000.parquet
34
+ videos/
35
+ ├── chunk-000/
36
+ │ └── episode_000000.mp4
37
+ meta/
38
+ ├── info.json
39
+ ├── episodes.jsonl
40
+ ├── tasks.jsonl
41
+ └── episodes_stats.jsonl
42
+ ```
43
+
44
+ ## Usage
45
+
46
+ ```python
47
+ from lerobot import LeRobotDataset
48
+
49
+ # Load the dataset
50
+ dataset = LeRobotDataset("Sraghvi/bag-all-0-robot-manipulation-working")
51
+
52
+ # Access episode data
53
+ episode = dataset[0]
54
+ print(episode.keys())
55
+ ```
56
+
57
+ ## Visualization
58
+
59
+ You can visualize this dataset using the LeRobot visualization tool:
60
+ https://huggingface.co/spaces/lerobot/visualize_dataset
61
+
62
+ ## Citation
63
+
64
+ If you use this dataset, please cite:
65
+
66
+ ```bibtex
67
+ @dataset{bag_all_0_robot_manipulation_working,
68
+ title={Bag All 0 Robot Manipulation Dataset (Working)},
69
+ author={Sraghvi},
70
+ year={2025},
71
+ url={https://huggingface.co/datasets/Sraghvi/bag-all-0-robot-manipulation-working}
72
+ }
73
+ ```
data/chunk-000/episode_000000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59033841ae8b3baf88d39d33ab0eea560ab0224ecd0050e644f59f57e9539645
3
+ size 23991
meta/episodes.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"episode_index": 0, "video_path": "videos/chunk-000/episode_000000.mp4", "data_path": "data/chunk-000/episode_000000.parquet", "frame_count": 50}
meta/episodes_stats.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"total_episodes": 1, "total_frames": 50, "fps": 30.0, "duration": 1.6666666666666667}
meta/info.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "bag_all_0_robot_manipulation",
3
+ "description": "Robot manipulation dataset from bag_all_0.db3",
4
+ "version": "2.1",
5
+ "license": "mit",
6
+ "homepage": "",
7
+ "citation": "",
8
+ "features": {
9
+ "observation": {
10
+ "state": {
11
+ "dtype": "float32",
12
+ "shape": [
13
+ 34
14
+ ]
15
+ },
16
+ "image": {
17
+ "dtype": "string",
18
+ "shape": []
19
+ }
20
+ },
21
+ "action": {
22
+ "dtype": "float32",
23
+ "shape": [
24
+ 7
25
+ ]
26
+ },
27
+ "episode_index": {
28
+ "dtype": "int64",
29
+ "shape": []
30
+ },
31
+ "frame_index": {
32
+ "dtype": "int64",
33
+ "shape": []
34
+ },
35
+ "timestamp": {
36
+ "dtype": "float64",
37
+ "shape": []
38
+ }
39
+ },
40
+ "total_episodes": 1,
41
+ "total_frames": 50,
42
+ "fps": 30.0
43
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_id": "pick_and_place", "name": "Pick and Place", "description": "Robot manipulation task for picking and placing objects"}
videos/chunk-000/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47b45dd8f69576996034495a3974d5dbd11e5941934d2e660beb594518a254af
3
+ size 235759