File size: 758 Bytes
7befead a949dfe 7befead 3a07abf 7befead 3a07abf 7befead | 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 | ---
license: apache-2.0
configs:
- config_name: windows
data_files: "windows/*.json"
- config_name: android
data_files: "android/*.json"
---
# MultiOS-Trajectory-Sample
Human-collected, human-annotated multi-platform trajectory dataset in OWAMcap format.
## Structure
```
windows/ # 5 Windows desktop tasks
macos/ # TBD
linux/ # TBD
android/ # 10 Android mobile tasks
ios/ # TBD
```
Each task consists of 3 files:
- `.mcap` — Input events (mouse/keyboard/touch) + screen metadata
- `.mkv` — Screen recording video
- `.json` — Task instruction + human annotations (subgoal-level)
## Visualize
Use the [dataset visualizer](https://huggingface.co/spaces/clonelabs/visualize_dataset) to browse and replay trajectories.
|