CoolFace
Datasetpublic

clonelabs/MultiOS-Trajectory-Sample

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… See the full description on the dataset page: https://huggingface.co/datasets/clonelabs/MultiOS-Trajectory-Sample.

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes49downloads
README.md32 linesDownload Raw Back to root
1---2license: apache-2.03configs:4  - config_name: windows5    data_files: "windows/*.json"6  - config_name: android7    data_files: "android/*.json"8---9 10# MultiOS-Trajectory-Sample11 12Human-collected, human-annotated multi-platform trajectory dataset in OWAMcap format.13 14## Structure15 16```17windows/   # 5 Windows desktop tasks18macos/     # TBD19linux/     # TBD20android/   # 10 Android mobile tasks21ios/       # TBD22```23 24Each task consists of 3 files:25- `.mcap` — Input events (mouse/keyboard/touch) + screen metadata26- `.mkv` — Screen recording video27- `.json` — Task instruction + human annotations (subgoal-level)28 29## Visualize30 31Use the [dataset visualizer](https://huggingface.co/spaces/clonelabs/visualize_dataset) to browse and replay trajectories.32