| # screenmate_ui | |
| A custom UI dataset containing button annotations with bounding boxes. | |
| ## Dataset Structure | |
| - `data/images/`: Contains all dataset images | |
| - `data/metadata.json`: Contains annotations and relative paths to images | |
| ## Format | |
| Each item in the dataset contains: | |
| - image: relative path to the image file | |
| - bbox: bounding box coordinates [x, y, width, height] | |
| - task: description of the UI element | |