Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
size_categories:
|
| 2 |
-
-
|
| 3 |
---
|
| 4 |
|
| 5 |
# Dataset Card for PRTS Post-Training Data
|
| 6 |
|
| 7 |
-
This dataset card aims to describe the PRTS Post-Training Data, which includes
|
| 8 |
|
| 9 |
## Dataset Details
|
| 10 |
|
| 11 |
### Dataset Description
|
| 12 |
|
| 13 |
-
This dataset consists of
|
| 14 |
|
| 15 |
- **Curated by:** TeleEmbodied AI Team
|
| 16 |
- **Funded by [optional]:** [More Information Needed]
|
|
@@ -29,31 +29,26 @@ This dataset consists of post-training data from robotic systems performing task
|
|
| 29 |
### Direct Use
|
| 30 |
|
| 31 |
This dataset is intended for the following use cases:
|
| 32 |
-
- Dual-arm
|
| 33 |
-
- Object pick-and-place tasks
|
| 34 |
-
-
|
| 35 |
-
-
|
| 36 |
|
| 37 |
-
##
|
| 38 |
|
| 39 |
-
|
| 40 |
-
- Tasks unrelated to dual-arm robotic manipulation
|
| 41 |
-
- Tasks involving single-arm operations
|
| 42 |
-
- Use cases that require high-level cognitive or decision-making tasks beyond basic manipulation
|
| 43 |
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
|
| 46 |
-
This dataset consists of over 30 tasks, each with the following fields:
|
| 47 |
-
- `task_name`: Name of the task (e.g., "Pick and Place Object").
|
| 48 |
-
- `task_id`: Unique identifier for each task.
|
| 49 |
-
- `task_description`: A brief description of what the task involves.
|
| 50 |
-
- `frames`: A list of frames associated with the task, where each frame contains:
|
| 51 |
-
- `t`: Timestamp for the frame.
|
| 52 |
-
- `pose`: 6D pose of the robotic arms.
|
| 53 |
-
- `joints`: Joint angles for the robotic arms.
|
| 54 |
-
- `gripper`: Gripper state (open/close).
|
| 55 |
-
|
| 56 |
-
Example:
|
| 57 |
```json
|
| 58 |
{
|
| 59 |
"task_name": "Pick and Place Object",
|
|
|
|
| 1 |
size_categories:
|
| 2 |
+
- 50G<n<100G
|
| 3 |
---
|
| 4 |
|
| 5 |
# Dataset Card for PRTS Post-Training Data
|
| 6 |
|
| 7 |
+
This dataset card aims to describe the PRTS Post-Training Data, which includes high-quality data for robotic manipulation tasks. The dataset encompasses both dual-arm and single-arm manipulation across a variety of tasks, including fine manipulation and long-range operations. It is curated in the **LeRobot format** to assist in the development and evaluation of robotic systems, particularly in tasks involving object manipulation and human-robot collaboration.
|
| 8 |
|
| 9 |
## Dataset Details
|
| 10 |
|
| 11 |
### Dataset Description
|
| 12 |
|
| 13 |
+
This dataset consists of robotic task data in the **LeRobot format**, covering various types of robotic manipulations such as dual-arm, single-arm, long-range, and fine manipulation tasks. It contains approximately 50GB of high-quality data generated from real-world robotic systems performing tasks in household, office, and industrial environments. The data includes detailed task frames including object handling, task coordination between two robotic arms, and complex manipulation actions.
|
| 14 |
|
| 15 |
- **Curated by:** TeleEmbodied AI Team
|
| 16 |
- **Funded by [optional]:** [More Information Needed]
|
|
|
|
| 29 |
### Direct Use
|
| 30 |
|
| 31 |
This dataset is intended for the following use cases:
|
| 32 |
+
- Dual-arm and single-arm manipulation tasks
|
| 33 |
+
- Object pick-and-place and fine manipulation tasks
|
| 34 |
+
- Long-range robotic operations and task planning
|
| 35 |
+
- Evaluating robotic coordination, object handling, and task execution in real-world environments
|
| 36 |
|
| 37 |
+
## Dataset Structure
|
| 38 |
|
| 39 |
+
The dataset is curated in the **LeRobot format**. It contains data for multiple robotic tasks, each with the following key fields:
|
|
|
|
|
|
|
|
|
|
| 40 |
|
| 41 |
+
- **`task_name`**: The name of the task (e.g., "Pick and Place Object").
|
| 42 |
+
- **`task_id`**: A unique identifier for each task.
|
| 43 |
+
- **`task_description`**: A brief description of the task.
|
| 44 |
+
- **`frames`**: A collection of frames associated with the task. Each frame includes:
|
| 45 |
+
- **`t`**: Timestamp for the frame.
|
| 46 |
+
- **`pose`**: 6D pose of the robotic arms (for both left and right arms in dual-arm tasks).
|
| 47 |
+
- **`joints`**: Joint angles for the robotic arms (for both left and right arms in dual-arm tasks).
|
| 48 |
+
- **`gripper`**: Gripper state (open/close).
|
| 49 |
+
|
| 50 |
+
Here’s an example of what the data structure looks like:
|
| 51 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
```json
|
| 53 |
{
|
| 54 |
"task_name": "Pick and Place Object",
|