Update README.md
Browse files
README.md
CHANGED
@@ -108,3 +108,13 @@ image = "glove_boy.jpeg"
|
|
108 |
choices = ["gloves", "socks", "shoes", "coats"]
|
109 |
print(vqa_model.vqa_multiple_choice(question, image, choices))
|
110 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
choices = ["gloves", "socks", "shoes", "coats"]
|
109 |
print(vqa_model.vqa_multiple_choice(question, image, choices))
|
110 |
```
|
111 |
+
|
112 |
+
## Bibtex
|
113 |
+
```
|
114 |
+
@article{hu2022promptcap,
|
115 |
+
title={PromptCap: Prompt-Guided Image Captioning for VQA with GPT-3},
|
116 |
+
author={Hu, Yushi and Hua, Hang and Yang, Zhengyuan and Shi, Weijia and Smith, Noah A and Luo, Jiebo},
|
117 |
+
journal={arXiv preprint arXiv:2211.09699},
|
118 |
+
year={2022}
|
119 |
+
}
|
120 |
+
```
|