Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,22 @@ configs:
|
|
| 7 |
path: "episodes.csv"
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
path: "episodes.csv"
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Human Pick-and-Place
|
| 11 |
+
This dataset contains 100 episodes of humans performing the pick-and-place task.
|
| 12 |
+
The data captured consists of multiple modalities. These include rgb-color footage, depth footage and gyro-accelerometer data captured using a head mounted camera-IMU unit,
|
| 13 |
+
as well as full-body motion capture data recorded by an inertial-based MoCap suit.
|
| 14 |
+
|
| 15 |
+
## Folder Structure
|
| 16 |
+
```
|
| 17 |
+
[task]
|
| 18 |
+
├── 0_100episodes.csv
|
| 19 |
+
├── [modality 0]
|
| 20 |
+
│ ├── [data file]
|
| 21 |
+
│ ├── [data file]
|
| 22 |
+
│ ├── [data file]
|
| 23 |
+
│ └── ...
|
| 24 |
+
├── [modality 1]
|
| 25 |
+
│ ├── [data file]
|
| 26 |
+
│ └── ...
|
| 27 |
+
└── ...
|
| 28 |
+
```
|