Henry-Ellis commited on
Commit
d736413
·
verified ·
1 Parent(s): b7abb1c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ configs:
8
+ - config_name: default
9
+ data_files: data/*/*.parquet
10
+ ---
11
+
12
+ This dataset was created using [LeRobot](https://github.com/huggingface/lerobot).
13
+
14
+ ## Dataset Description
15
+
16
+
17
+
18
+ - **Homepage:** https://github.com/unitreerobotics
19
+ - **License:** apache-2.0
20
+
21
+
22
+ - **Task Objective:** Organize and tidy the items on the table.
23
+ - **Operation Duration:** Each operation takes approximately 20 to 40 seconds.
24
+ - **Recording Frequency:** 30 Hz.
25
+ - **Robot Type:** 7-DOF single-arm G1 robot.
26
+ - **End Effector:** Gripper.
27
+ - **Dual-Arm Operation:** No.
28
+ - **Image Resolution:** 128x128.
29
+ - **Camera Positions:** head-mounted (binocular cameras).
30
+ - **Data Content:**
31
+ • Robot's current state.
32
+ • Robot's next action.
33
+ • Current camera view images.
34
+ - **Robot Initial Posture:** The first robot state in each dataset entry.
35
+ - **Object Placement:** Randomly placed within the robot arm's motion range and the field of view of the robot's head-mounted camera.
36
+ - **Camera View:** Follow the guidelines in **Part 5** of [AVP Teleoperation Documentation](https://github.com/unitreerobotics/avp_teleoperate).
37
+
38
+ - **Important Notes:**
39
+ 1. This is a G1 diversity dataset that can be used for video generation models, world models, and other applications \[[Lee et al., 2018](#citation)\].
40
+ 2. Due to the inability to precisely describe spatial positions, adjust the scene to closely match the first frame of the dataset after installing the hardware as specified in **Part 5** of [AVP Teleoperation Documentation](https://github.com/unitreerobotics/avp_teleoperate).
41
+ 3. Data collection is not completed in a single session, and variations between data entries exist. Ensure these variations are accounted for during model training.
42
+
43
+
44
+ ## Dataset Structure
45
+
46
+ [meta/info.json](meta/info.json):
47
+ ```json
48
+ ```
49
+
50
+
51
+ ## Citation
52
+
53
+ **BibTeX:**
54
+
55
+ ```bibtex
56
+ @article{lee2018stochastic,
57
+ title={Stochastic Adversarial Video Prediction},
58
+ author={Lee, Alex X. and Zhang, Richard and Ebert, Frederik and Abbeel, Pieter and Finn, Chelsea and Levine, Sergey},
59
+ journal={arXiv preprint arXiv:1804.01523},
60
+ year={2018},
61
+ url={https://arxiv.org/abs/1804.01523}
62
+ }
63
+ ```