update
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ The interaction between humans and artificial intelligence (AI) is a crucial fac
|
|
23 |
|
24 |
## Paper and Code
|
25 |
Project Page: [Draw-and-Understand](https://draw-and-understand.github.io/) \
|
26 |
-
Paper: [
|
27 |
Code: [https://github.com/AFeng-x/Draw-and-Understand](https://github.com/AFeng-x/Draw-and-Understand)
|
28 |
|
29 |
|
@@ -34,5 +34,12 @@ It should abide by the policy of OpenAI: https://openai.com/policies/terms-of-us
|
|
34 |
|
35 |
## Citations
|
36 |
```
|
37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
```
|
|
|
23 |
|
24 |
## Paper and Code
|
25 |
Project Page: [Draw-and-Understand](https://draw-and-understand.github.io/) \
|
26 |
+
Paper: [https://arxiv.org/abs/2403.20271](https://arxiv.org/abs/2403.20271) \
|
27 |
Code: [https://github.com/AFeng-x/Draw-and-Understand](https://github.com/AFeng-x/Draw-and-Understand)
|
28 |
|
29 |
|
|
|
34 |
|
35 |
## Citations
|
36 |
```
|
37 |
+
@misc{lin2024drawandunderstand,
|
38 |
+
title={Draw-and-Understand: Leveraging Visual Prompts to Enable MLLMs to Comprehend What You Want},
|
39 |
+
author={Weifeng Lin and Xinyu Wei and Ruichuan An and Peng Gao and Bocheng Zou and Yulin Luo and Siyuan Huang and Shanghang Zhang and Hongsheng Li},
|
40 |
+
year={2024},
|
41 |
+
eprint={2403.20271},
|
42 |
+
archivePrefix={arXiv},
|
43 |
+
primaryClass={cs.CV}
|
44 |
+
}
|
45 |
```
|