Understand the DroidTask dataset structure
newbranchThe DroidTask dataset is organized by application folders (e.g., applauncher, calendar). Each application folder contains:
- states/: A folder containing captured application states:
Screenshot [n].png: Sequential images of the UI.View hierarchy [n].json: JSON files detailing the UI structure.
- task[i].yaml: YAML files containing ground truth data for specific tasks.
- utg.yaml: A file recording data from random user exploration.
Mapping Tasks to States: To associate a task with a specific visual state:
- Open a
task[i].yamlfile and find thestate_stridentifier. - Match that
state_strwith thestate_strinside aView hierarchy [k].jsonfile. - Use the index
kfrom the view hierarchy filename to find the correspondingScreenshot [k].png.