Add RoboInter atomic-skill segment annotations (annotations only; CC BY-NC-SA 4.0; derived from InternRobotics/RoboInter-Data)
Browse files- .gitattributes +2 -0
- README.md +72 -0
- annotation.json +3 -0
- qwen/report.json +27 -0
- qwen/text.jsonl +3 -0
- qwen/visual_smoke_1024.jsonl +0 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
annotation.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
qwen/text.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
task_categories:
|
| 6 |
+
- robotics
|
| 7 |
+
- video-classification
|
| 8 |
+
tags:
|
| 9 |
+
- robotics
|
| 10 |
+
- robot-manipulation
|
| 11 |
+
- atomic-skills
|
| 12 |
+
- skill-segmentation
|
| 13 |
+
- video-understanding
|
| 14 |
+
- robointer
|
| 15 |
+
- automark
|
| 16 |
+
pretty_name: RoboInter Atomic-Skill Segment Annotations (AutoMark)
|
| 17 |
+
size_categories:
|
| 18 |
+
- 100K<n<1M
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# RoboInter Atomic-Skill Segment Annotations (AutoMark)
|
| 22 |
+
|
| 23 |
+
Atomic-skill segment **annotations only** for robot-manipulation videos, curated by the
|
| 24 |
+
[**AutoMark**](https://github.com/Chenwei-1999/AutoMark) project. Each robot episode is segmented
|
| 25 |
+
into atomic primitive-skill intervals (e.g. `pick`, `place`, `pour`) with second-aligned timestamps
|
| 26 |
+
and `verb(object)`-style call targets, over the 15-label RoboInter primitive-skill taxonomy.
|
| 27 |
+
|
| 28 |
+
> ⚠️ **This dataset contains annotations only — NO raw videos.** The labels are *derived from*
|
| 29 |
+
> [`InternRobotics/RoboInter-Data`](https://huggingface.co/datasets/InternRobotics/RoboInter-Data),
|
| 30 |
+
> which is **access-gated** (you must accept its Community License + Privacy Policy) and licensed
|
| 31 |
+
> **CC BY-NC-SA 4.0**. To obtain the actual `.mp4` videos referenced here, request access to
|
| 32 |
+
> RoboInter-Data directly and rebuild with the AutoMark export scripts. The `file_name` /
|
| 33 |
+
> `video_path` fields are RoboInter video identifiers, not redistributed media.
|
| 34 |
+
|
| 35 |
+
## Scale
|
| 36 |
+
|
| 37 |
+
| | |
|
| 38 |
+
|---|---|
|
| 39 |
+
| Episodes (primary/exterior camera) | **235,880** |
|
| 40 |
+
| Atomic-skill segment annotations | **758,397** |
|
| 41 |
+
| Skill taxonomy | 15 labels (RoboInter primitive skills) |
|
| 42 |
+
| Source FPS | 10.0 (dataset); timestamps in seconds |
|
| 43 |
+
|
| 44 |
+
**Skill taxonomy:** `transfer, pick, place, press, push, pull, twist, pour, fold, slide, insert,
|
| 45 |
+
shake, strike, throw, manipulate`
|
| 46 |
+
|
| 47 |
+
## Files
|
| 48 |
+
|
| 49 |
+
- **`annotation.json`** — the full folder-dataset annotation. Top-level metadata
|
| 50 |
+
(`skill_taxonomy`, `dataset_fps`, counts) plus `videos[]`; each video has `file_name`, `fps`,
|
| 51 |
+
`source` (`droid`/`rh20t`), `source_member_path` (path *within* the RoboInter release), and an
|
| 52 |
+
`annotations[]` list of segments: `{start, end, frame_start, frame_end, skill, call, text}`.
|
| 53 |
+
`call` is a `verb(args)`-style function string (args may be empty when the rule-based parser
|
| 54 |
+
could not bind an object).
|
| 55 |
+
- **`qwen/text.jsonl`** — 758,397 text-only evaluation rows for skill/call prediction (one segment
|
| 56 |
+
per row): `text` (segment hint), `gt_skill`, `target_call`, `allowed_skills`, and a ready `prompt`.
|
| 57 |
+
- **`qwen/visual_smoke_1024.jsonl`** — a 1,024-row visual smoke subset; same schema plus a relative
|
| 58 |
+
`video_path` (`video/<video_id>.mp4`) for grounding against the (separately obtained) videos.
|
| 59 |
+
- **`qwen/report.json`** — build report (row counts, taxonomy).
|
| 60 |
+
|
| 61 |
+
Filesystem paths have been relativized; no absolute paths are included.
|
| 62 |
+
|
| 63 |
+
## Provenance & licensing
|
| 64 |
+
|
| 65 |
+
- Curated by **AutoMark** (online atomic-skill induction): <https://github.com/Chenwei-1999/AutoMark>
|
| 66 |
+
- Source: **RoboInter-Data** (`InternRobotics/RoboInter-Data`), itself built on
|
| 67 |
+
[DROID](https://droid-dataset.github.io/) and [RH20T](https://rh20t.github.io/) — see each for
|
| 68 |
+
their original licenses.
|
| 69 |
+
- **License: CC BY-NC-SA 4.0** (inherited from RoboInter). Non-commercial use only; derivatives
|
| 70 |
+
must carry the same license; attribute RoboInter, DROID, and RH20T.
|
| 71 |
+
|
| 72 |
+
If you use these annotations, please cite RoboInter-Data and the upstream DROID / RH20T datasets.
|
annotation.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a50d800631fe5be6ca6687bb88bcec69c2b1538fd5b124d1ef7f3926e1e3124
|
| 3 |
+
size 219512837
|
qwen/report.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"allowed_skills": [
|
| 3 |
+
"transfer",
|
| 4 |
+
"pick",
|
| 5 |
+
"place",
|
| 6 |
+
"press",
|
| 7 |
+
"push",
|
| 8 |
+
"pull",
|
| 9 |
+
"twist",
|
| 10 |
+
"pour",
|
| 11 |
+
"fold",
|
| 12 |
+
"slide",
|
| 13 |
+
"insert",
|
| 14 |
+
"shake",
|
| 15 |
+
"strike",
|
| 16 |
+
"throw",
|
| 17 |
+
"manipulate"
|
| 18 |
+
],
|
| 19 |
+
"input": "annotation.json",
|
| 20 |
+
"missing_video_rows": 0,
|
| 21 |
+
"text_output": "qwen/text.jsonl",
|
| 22 |
+
"text_rows": 758397,
|
| 23 |
+
"truncated_visual_rows": 757373,
|
| 24 |
+
"video_root": "video",
|
| 25 |
+
"visual_output": "qwen/visual_smoke_1024.jsonl",
|
| 26 |
+
"visual_rows": 1024
|
| 27 |
+
}
|
qwen/text.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5558bc49df3d7b7b19d410e5f4f8c7900292a32f119bb3c899f605837d6622f
|
| 3 |
+
size 738736197
|
qwen/visual_smoke_1024.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|