Jl-wei commited on
Commit
0c9f30b
·
verified ·
1 Parent(s): 4f4fb3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -20,12 +20,16 @@ result = detector(image, threshold=0.5)
20
 
21
  This is the app introduction image cropper of the following paper:
22
  ```bibtex
23
- @misc{wei2024guing,
24
- title={GUing: A Mobile GUI Search Engine using a Vision-Language Model},
25
- author={Jialiang Wei and Anne-Lise Courbis and Thomas Lambolais and Binbin Xu and Pierre Louis Bernard and Gérard Dray and Walid Maalej},
26
- year={2024},
27
- eprint={2405.00145},
28
- archivePrefix={arXiv}
 
 
 
 
29
  }
30
  ```
31
  Please note that the model can only be used for academic purpose.
 
20
 
21
  This is the app introduction image cropper of the following paper:
22
  ```bibtex
23
+ @article{wei2024guing,
24
+ author = {Wei, Jialiang and Courbis, Anne-Lise and Lambolais, Thomas and Xu, Binbin and Bernard, Pierre Louis and Dray, G\'{e}rard and Maalej, Walid},
25
+ title = {GUing: A Mobile GUI Search Engine using a Vision-Language Model},
26
+ year = {2025},
27
+ volume = {34},
28
+ number = {4},
29
+ doi = {10.1145/3702993},
30
+ journal = {ACM Trans. Softw. Eng. Methodol.},
31
+ publisher = {Association for Computing Machinery},
32
+ address = {New York, NY, USA}
33
  }
34
  ```
35
  Please note that the model can only be used for academic purpose.