Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: odc-by
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: odc-by
|
| 3 |
+
tags:
|
| 4 |
+
- code
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
The Sketch2Code dataset consists of 731 human-drawn sketches paired with 484 real-world webpages from the [Design2Code dataset](https://huggingface.co/datasets/SALT-NLP/Design2Code), serving to benchmark Vision-Language Models (VLMs) on converting rudimentary sketches into web design prototypes.
|
| 8 |
+
|
| 9 |
+
Each example consists of a pair of source HTML and rendered webpage screenshot ({webpage_id}.html and {webpage_id}.png), as well as 1 to 3 sketches drawn by human annotators ({webpage_id}_{sketch_id}.png).
|
| 10 |
+
|
| 11 |
+
Note that all images in these webpages are replaced by a blue placeholder image (rick.jpg).
|
| 12 |
+
|
| 13 |
+
Please refer to our [Project Page](https://salt-nlp.github.io/Sketch2Code-Project-Page/) for more detailed information.
|