Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
features:
|
4 |
- name: current_frame
|
@@ -24,3 +33,39 @@ configs:
|
|
24 |
- split: test
|
25 |
path: data/test-*
|
26 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- image-to-image
|
5 |
+
- text-to-image
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
pretty_name: Robotic Action Prediction Dataset using RoboTwin
|
9 |
+
size_categories:
|
10 |
+
- 10K<n<100K
|
11 |
dataset_info:
|
12 |
features:
|
13 |
- name: current_frame
|
|
|
33 |
- split: test
|
34 |
path: data/test-*
|
35 |
---
|
36 |
+
|
37 |
+
|
38 |
+
# Robotic Action Prediction Dataset
|
39 |
+
|
40 |
+
## Dataset Description
|
41 |
+
|
42 |
+
This dataset contains triplets of (current observation, action instruction, future observation) for training models to predict future frames of robotic actions.
|
43 |
+
|
44 |
+
## Dataset Structure
|
45 |
+
|
46 |
+
### Data Fields
|
47 |
+
- `current_frame`: Input image (RGB) of the current observation
|
48 |
+
- `instruction`: Textual description of the action to perform
|
49 |
+
- `future_frame`: Target image (RGB) showing the expected outcome 50 frames later
|
50 |
+
|
51 |
+
### Data Splits
|
52 |
+
The dataset contains:
|
53 |
+
- Total samples: ~91,303 (300 episodes × 304 frames average per episode)
|
54 |
+
- Tasks:
|
55 |
+
- `block_hammer_beat`: "beat the block with the hammer"
|
56 |
+
- `block_handover`: "handover the blocks"
|
57 |
+
- `blocks_stack_easy`: "stack blocks"
|
58 |
+
|
59 |
+
### Dataset Statistics
|
60 |
+
| Task | Episodes | Frames per Episode |
|
61 |
+
|---------------------|----------|--------------------|
|
62 |
+
| block_hammer_beat | 100 | 200-300 |
|
63 |
+
| block_handover | 100 | 400-500 |
|
64 |
+
| blocks_stack_easy | 100 | 400-500 |
|
65 |
+
|
66 |
+
## Dataset Creation
|
67 |
+
|
68 |
+
### Source Data
|
69 |
+
- **Simulation Environment:** RoboTwin
|
70 |
+
- **Image Resolution:** At least 128×128 pixels
|
71 |
+
- **Frame Offset:** 50 frames between input and target
|