Datasets:
Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Website Screenshots Image Dataset
This dataset is obtainable here from roboflow..
Dataset Details
Dataset Description
- Language(s) (NLP): [English]
- License: [MIT]
Dataset Sources
Uses
From the roboflow website:
Annotated screenshots are very useful in Robotic Process Automation. But they can be expensive to label. This dataset would cost over $4000 for humans to label on popular labeling services. We hope this dataset provides a good starting point for your project.
Source Data
The Roboflow Website Screenshots dataset is a synthetically generated dataset composed of screenshots from over 1000 of the world's top websites
Annotations
- button: navigation links, tabs, etc.
- heading: text that was enclosed in <h1> to <h6> tags.
- link: inline, textual <a> tags.
- label: text labeling form fields.
- text: all other text.
- image: <img>, <svg>, or <video> tags, and icons.
- iframe: ads and 3rd party content.
label2id
label2id = {
'button': 1,
'elements': 0,
'field': 2,
'heading': 3,
'iframe': 4,
'image': 5,
'label': 6,
'link': 7,
'text': 8
}
id2label
id2label = {
0: 'elements',
1: 'button',
2: 'field',
3: 'heading',
4: 'iframe',
5: 'image',
6: 'label',
7: 'link',
8: 'text'
}
- Downloads last month
- 118