Add merged video-embedded subtask annotations v1
Browse files- README.md +39 -0
- data/annotations.parquet +3 -0
- summary.json +11 -0
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: WASUP Subtask Annotations v1
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
- video-classification
|
| 6 |
+
language:
|
| 7 |
+
- en
|
| 8 |
+
tags:
|
| 9 |
+
- temporal-segmentation
|
| 10 |
+
- subtask-annotation
|
| 11 |
+
- robotics
|
| 12 |
+
- droid
|
| 13 |
+
- robocoin
|
| 14 |
+
- galaxea
|
| 15 |
+
- homer
|
| 16 |
+
license: cc-by-nc-sa-4.0
|
| 17 |
+
size_categories:
|
| 18 |
+
- n<1K
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# WASUP Subtask Annotations v1
|
| 22 |
+
|
| 23 |
+
Merged subtask-annotation dataset with videos embedded directly in the parquet.
|
| 24 |
+
|
| 25 |
+
## Schema
|
| 26 |
+
|
| 27 |
+
- `id`: episode id
|
| 28 |
+
- `video`: MP4 bytes embedded directly in the parquet
|
| 29 |
+
- `instruction`: task instruction
|
| 30 |
+
- `segments`: list of `{start_sec, end_sec, subtask}`
|
| 31 |
+
- `metadata`: JSON string containing source-specific metadata that does not fit the common fields
|
| 32 |
+
|
| 33 |
+
## Sources
|
| 34 |
+
|
| 35 |
+
- HomER: 25 rows
|
| 36 |
+
- RoboInter DROID: 50 rows
|
| 37 |
+
- RoboCOIN Galaxea R1 Lite head-camera: 25 rows
|
| 38 |
+
|
| 39 |
+
Total: 100 rows, 605 subtask segments.
|
data/annotations.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:770971f75c6867b84a89020a0a32a325d716a6622f01f96ed6e9b584cb03a20c
|
| 3 |
+
size 1398787511
|
summary.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"rows": 100,
|
| 3 |
+
"segments": 605,
|
| 4 |
+
"bytes_total_video": 1399300080,
|
| 5 |
+
"parquet_bytes": 1398787511,
|
| 6 |
+
"source_counts": {
|
| 7 |
+
"homer": 25,
|
| 8 |
+
"droid": 50,
|
| 9 |
+
"galaxea": 25
|
| 10 |
+
}
|
| 11 |
+
}
|