File size: 1,298 Bytes
dc98bf3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0d7bdc6
dc98bf3
131e691
 
9e9459d
dc98bf3
 
 
68dcb30
dc98bf3
 
 
 
 
 
 
 
 
 
 
1651ca4
dc98bf3
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
license: apache-2.0
task_categories:
- object-detection
language:
- en
size_categories:
- 10K<n<100K
---

# PixelWeb: The First Web GUI Dataset with Pixel-Wise Labels
[https://arxiv.org/abs/2504.16419](https://arxiv.org/abs/2504.16419)

# Dataset Description

**PixelWeb-1K**: 1,000 webpages with `raw data(screenshot, element images(PNG), DOM data)` and `annotated data(mask, contour, bbox)`.

**PixelWeb-10K**: 10,000 webpages with `raw data(screenshot, element images(PNG), DOM data)` and `annotated data(mask, contour, bbox)`.

**PixelWeb-100K**: 100,000 webpages with `raw data(screenshot, element images(PNG), DOM data)` and `annotated data(mask, contour, bbox)`. The dataset has been partitioned and packaged into 10 batches.

You need to extract the tar.gz archive by:

`tar -xzvf pixelweb_1k.tar.gz`

# Document Description

    {id}-screenshot.png   # The screenshot of a webpage

    {id}-bbox.json        # The bounding box labels of a webpage, [[left,top,width,height],...]

    {id}-contour.json     # The contour labels of a webpage, [[[x1,y1,x2,y2,...],...],...]

    {id}-mask.json        # The mask labels of a webpage, [[element_id,...],...]

    {id}-class.json       # The class labels of a webpage, [axtree_label,...]

The element_id corresponds to the index of the class.