Uploading README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 🚀 MobileViews: A Large-Scale Mobile GUI Dataset
|
2 |
|
3 |
**MobileViews** is a large-scale dataset designed to support research on mobile agents and mobile user interface (UI) analysis. The first release, **MobileViews-600K**, includes over **600,000** mobile UI screenshot-view hierarchy (VH) pairs collected from over **20,000 apps** on the Google Play Store. This dataset is based on the [DroidBot](https://honeynet.github.io/droidbot/), which we have optimized for large-scale data collection, capturing more comprehensive interaction details while maintaining consistency with DroidBot’s output structure.
|
@@ -63,8 +81,7 @@ The `MobileViews_Apps_CompleteTraces` folder is a new addition, providing comple
|
|
63 |
|
64 |
- **`Zip_Files/`**: Each `.zip` file represents a batch of app data, named with an index and total screenshot count (e.g., `001_8348.zip` : the first batch with 8,348 screenshots).
|
65 |
- Inside each zip file are **200 subfolders**, each named by an app’s package name and containing interaction data for that app. Details on each app’s interaction data structure are provided below.
|
66 |
-
- **`OneExample
|
67 |
-
- **`OneExample.zip`**: For convenient downloading, this file is a compressed version of the `OneExample` folder. It includes all files and subfolders from the `OneExample` folder, allowing you to download and explore the sample app trace offline. After extracting `OneExample.zip`, you can open `index.html` in a web browser to interactively view the app trace structure and explore metadata and interactions.
|
68 |
- **`Index_CSV.zip`**: This zip file contains all the `.csv` files listing the app package names and screenshot counts for each corresponding zip file (e.g., `001_8348.csv` for `001_8348.zip`).
|
69 |
|
70 |
#### App Trace Folder Structure
|
@@ -227,7 +244,7 @@ The script provides two main functions:
|
|
227 |
# Run the script
|
228 |
python path/to/screenshot_state_mapping.py
|
229 |
```
|
230 |
-
You can also find the example output in `MobileViews_Apps_CompleteTraces/OneExample
|
231 |
|
232 |
## 🌟 Future Updates and Feedback
|
233 |
|
|
|
1 |
+
---
|
2 |
+
language: [en]
|
3 |
+
license: mit
|
4 |
+
datasets: [MobileViews]
|
5 |
+
pretty_name: "MobileViews: A Large-Scale Mobile GUI Dataset"
|
6 |
+
tags:
|
7 |
+
- mobile-ui
|
8 |
+
- user-interfaces
|
9 |
+
- view-hierarchy
|
10 |
+
- android-apps
|
11 |
+
- screenshots
|
12 |
+
task_categories:
|
13 |
+
- question-answering
|
14 |
+
- image-to-text
|
15 |
+
task_ids:
|
16 |
+
- task-planning
|
17 |
+
- visual-question-answering
|
18 |
+
---
|
19 |
# 🚀 MobileViews: A Large-Scale Mobile GUI Dataset
|
20 |
|
21 |
**MobileViews** is a large-scale dataset designed to support research on mobile agents and mobile user interface (UI) analysis. The first release, **MobileViews-600K**, includes over **600,000** mobile UI screenshot-view hierarchy (VH) pairs collected from over **20,000 apps** on the Google Play Store. This dataset is based on the [DroidBot](https://honeynet.github.io/droidbot/), which we have optimized for large-scale data collection, capturing more comprehensive interaction details while maintaining consistency with DroidBot’s output structure.
|
|
|
81 |
|
82 |
- **`Zip_Files/`**: Each `.zip` file represents a batch of app data, named with an index and total screenshot count (e.g., `001_8348.zip` : the first batch with 8,348 screenshots).
|
83 |
- Inside each zip file are **200 subfolders**, each named by an app’s package name and containing interaction data for that app. Details on each app’s interaction data structure are provided below.
|
84 |
+
- **`OneExample.zip`**: A sample app trace illustrating the folder structure and contents for a single app. This zip file includes all files and subfolders needed to explore the sample app trace offline. After downloading and extracting `OneExample.zip`, you can open `index.html` in a web browser to interactively view the app trace structure, metadata, and interactions.
|
|
|
85 |
- **`Index_CSV.zip`**: This zip file contains all the `.csv` files listing the app package names and screenshot counts for each corresponding zip file (e.g., `001_8348.csv` for `001_8348.zip`).
|
86 |
|
87 |
#### App Trace Folder Structure
|
|
|
244 |
# Run the script
|
245 |
python path/to/screenshot_state_mapping.py
|
246 |
```
|
247 |
+
You can also find the example output in `MobileViews_Apps_CompleteTraces/OneExample.zip`
|
248 |
|
249 |
## 🌟 Future Updates and Feedback
|
250 |
|