datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
cursor-groundingfieldledger-cursor-conversations-v1cursors
Cursors
A dataset of labelled OS cursor images for compositing onto cursor-free screenshots as synthetic training data for GUI grounding models.
366 rows across 7 OS/theme sources, covering 31 cursor types.
Intended use
Given a screenshot with a cursor composited into it, a model is asked:
"What cursor type is shown in the red box?"
The cursor_type labels are chosen to be visually distinguishable — if two themes render a cursor name differently (e.g. one theme draws move… See the full description on the dataset page: https://huggingface.co/datasets/Fraser/cursors.cursor_testcursor-streams
Cursor Streams
The largest open human computer-use video dataset combining precise mouse-event annotations with frame-by-frame cursor localization.
Cursor Streams is a 156-hour human computer-use dataset containing 11,746 desktop interaction trajectories, 16,848,718 frame-level cursor annotations, and 61,804 precisely timestamped mouse interaction events across 105 foreground applications.
It combines continuous screen video with accurate click timing and dense frame-by-frame… See the full description on the dataset page: https://huggingface.co/datasets/Cianmcnally/cursor-streams.smart_cursor_evalcursor-detection-synthetic-dataset
Cursor Detection Synthetic Dataset
A synthetic object detection dataset for mouse cursor detection, generated by compositing real cursor images onto website screenshots.
Dataset Structure
Dataset({
features: ['image', 'bbox', 'split'],
num_rows: 650
})
Feature
Type
Description
image
PIL Image
640x640 RGB image with cursor composited
bbox
string (JSON)
YOLO-format bounding box: {class, x_center, y_center, width, height}
split
string
train /… See the full description on the dataset page: https://huggingface.co/datasets/AdithyaSK/cursor-detection-synthetic-dataset.cursor-grounding-json
