From 480cb80a9acc6321aab539f2a44e054c734dbe1a Mon Sep 17 00:00:00 2001 From: leigest519 <57628855+leigest519@users.noreply.github.com> Date: Tue, 29 Jul 2025 18:26:31 +0800 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e6fc83d..1c164dc 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,20 @@ https://github.com/user-attachments/assets/9819d559-863e-4126-8506-1eccaa806df0 https://github.com/user-attachments/assets/d2f26583-4649-4b6d-8072-b11cd1025f4b +## Qualitative Comparisons + +We present qualitative examples to illustrate the improvements achieved by our method over existing approaches. The examples below compare the output of a baseline method with ours on the same input. + +### Baseline or Other Method + +![Other Method Output](example_others.jpeg) + +### Our Method + +![Our Method Output](example_ours.jpeg) + +As shown above, our method produces results that are more accurate, visually aligned, and semantically faithful to the original design. + ## Project Structure - `main.py`: The main script to generate final HTML code for a single screenshot. - `UIED/`: Contains the UIED (UI Element Detection) engine for analyzing screenshots and detecting components.