Datasets:
Update README.md
Browse files# Website Screenshots Image Dataset
This is the dataset available [from roboflow here](https://universe.roboflow.com/roboflow-gw7yv/website-screenshots).
## About
The Roboflow Website Screenshots dataset is a synthetically generated dataset composed of screenshots from over 1000 of the world's top websites. They have been automatically annotated to label the following classes:
- 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.
## Example
This is an example image and annotation from the dataset:

@@ -32,13 +32,13 @@ dataset_info:
|
|
32 |
sequence: 'null'
|
33 |
splits:
|
34 |
- name: test
|
35 |
-
num_bytes: 22424625
|
36 |
num_examples: 242
|
37 |
- name: train
|
38 |
num_bytes: 159535409.08
|
39 |
num_examples: 1688
|
40 |
- name: valid
|
41 |
-
num_bytes: 46104875
|
42 |
num_examples: 482
|
43 |
download_size: 201411511
|
44 |
dataset_size: 228064909.08
|
@@ -51,4 +51,11 @@ configs:
|
|
51 |
path: data/train-*
|
52 |
- split: valid
|
53 |
path: data/valid-*
|
54 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
sequence: 'null'
|
33 |
splits:
|
34 |
- name: test
|
35 |
+
num_bytes: 22424625
|
36 |
num_examples: 242
|
37 |
- name: train
|
38 |
num_bytes: 159535409.08
|
39 |
num_examples: 1688
|
40 |
- name: valid
|
41 |
+
num_bytes: 46104875
|
42 |
num_examples: 482
|
43 |
download_size: 201411511
|
44 |
dataset_size: 228064909.08
|
|
|
51 |
path: data/train-*
|
52 |
- split: valid
|
53 |
path: data/valid-*
|
54 |
+
task_categories:
|
55 |
+
- object-detection
|
56 |
+
language:
|
57 |
+
- en
|
58 |
+
tags:
|
59 |
+
- web
|
60 |
+
- website
|
61 |
+
---
|