Saidgurbuz commited on
Commit
6b82877
·
verified ·
1 Parent(s): c298095

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -97,10 +97,13 @@ results = model.predict("screenshot.png", imgsz=1280, conf=0.10, iou=0.10, save=
97
  ## Citation
98
 
99
  ```bibtex
100
- @inproceedings{screenparse2026,
101
- title={ScreenParse: Moving Beyond Sparse Grounding with Complete Screen Parsing},
102
- author={TODO},
103
- booktitle={TODO},
104
- year={2026}
 
 
 
105
  }
106
  ```
 
97
  ## Citation
98
 
99
  ```bibtex
100
+ @misc{gurbuz2026movingsparsegroundingcomplete,
101
+ title={Moving Beyond Sparse Grounding with Complete Screen Parsing Supervision},
102
+ author={A. Said Gurbuz and Sunghwan Hong and Ahmed Nassar and Marc Pollefeys and Peter Staar},
103
+ year={2026},
104
+ eprint={2602.14276},
105
+ archivePrefix={arXiv},
106
+ primaryClass={cs.CV},
107
+ url={https://arxiv.org/abs/2602.14276},
108
  }
109
  ```