File size: 2,706 Bytes
5438b75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
---
language:
- en
license: mit
multimodality:
- video
paperswithcode_id: null
pretty_name: so100 Teleop Dataset
tags:
- robotics
- imitation-learning
- teleoperation
- video
task_categories:
- robotics
task_ids:
- robotics-manipulation
---

# Dataset Card for so100 Teleop Dataset

## Dataset Description

- **Repository:** [Add repository URL]
- **Paper:** [Add paper reference if applicable]
- **Point of Contact:** [Add contact information]

### Dataset Summary

This dataset contains teleoperation data for so100 robot manipulation tasks. The dataset includes:

- **Videos:** RGB video recordings of robot manipulation
- **Joint States:** Per-frame joint angle data
- **Actions:** Robot joint actions derived from state differences
- **Metadata:** Episode and frame indexing information

### Supported Tasks and Leaderboards

This dataset is designed for robot imitation learning and manipulation tasks.

### Languages

The dataset contains English language metadata.

## Dataset Structure

### Data Instances

Each episode contains:
- Video frames at 24.0 FPS
- Joint state data for 6 joints
- Action data for robot control
- Timestamp information
- Episode and frame indexing

### Data Fields

- `observation.state`: Joint angle data (float32, shape: [6])
- `action`: Robot joint actions (float32, shape: [6])
- `observation.images.main`: RGB video data (video, shape: [704, 1280, 3])
- `frame_index`: Frame index within episode (int64)
- `episode_index`: Episode identifier (int64)
- `index`: Global frame index (int64)
- `task_index`: Task identifier (int64)
- `timestamp`: Time from episode start (float32)
- `next.done`: Episode termination flag (bool)

### Data Splits

- **Train:** 348 frames across 1 episode

## Dataset Creation

### Source Data

#### Initial Data Collection and Normalization

The dataset was created from teleoperation recordings of so100 robot manipulation tasks.

#### Who are the source language producers?

[Add information about data collection process]

### Annotations

#### Annotation process

[Add information about annotation process if applicable]

#### Who are the annotators?

[Add information about annotators if applicable]

### Personal and Sensitive Information

[Add information about personal/sensitive data handling]

## Additional Information

### Dataset Curators

[Add curator information]

### Licensing Information

This dataset is licensed under the MIT License.

### Citation Information

```bibtex
@dataset{so100_teleop_dataset,
  title = {so100 Teleop Dataset},
  author = {[Add author information]},
  year = {2024},
  url = {[Add dataset URL]}
}
```

### Contributions

[Add contribution information]

### Contact

[Add contact information]