Sraghvi commited on
Commit
a18f68d
·
verified ·
1 Parent(s): c5be127

Upload correct LeRobot v2.1 dataset from bag_all_0.db3

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