Update README.md

This commit is contained in:
leigest519
2025-07-29 18:26:31 +08:00
committed by GitHub
parent 4d7780419c
commit 480cb80a9a

View File

@@ -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.