Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
language:
|
| 2 |
+
- en
|
| 3 |
+
tags:
|
| 4 |
+
- computer-vision
|
| 5 |
+
- object-detection
|
| 6 |
+
- web-ui
|
| 7 |
+
- mobile
|
| 8 |
+
- yolo
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# WebUI Mobile COCO Filtered (iPhone-13 Pro)
|
| 12 |
+
|
| 13 |
+
This dataset is a filtered subset of the original [biglab/webui-350k-elements-coco](https://huggingface.co/datasets/biglab/webui-350k-elements-coco) dataset.
|
| 14 |
+
|
| 15 |
+
## Filter Description
|
| 16 |
+
The data has been specifically filtered to keep only the images and labels corresponding to the **iPhone-13 Pro** mobile device (`key_name == "iPhone-13 Pro"`). It is ideal for training UI (user interface) element detection models focused exclusively on mobile screens.
|
| 17 |
+
|
| 18 |
+
## Data Format
|
| 19 |
+
The dataset is provided as a packaged file `webui_mobile_coco_filtered.zip`. Once downloaded and unzipped, it contains:
|
| 20 |
+
* `images/`: The UI screenshots.
|
| 21 |
+
* `labels/`: The corresponding labels (bounding boxes) ready to be used for training.
|
| 22 |
+
|
| 23 |
+
## Usage
|
| 24 |
+
You can download the `.zip` file directly from the **Files and versions** tab of this repository and extract it in your local environment or Google Colab.
|
| 25 |
+
"""
|