| 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. | |