Update README.md
Browse files
README.md
CHANGED
@@ -110,6 +110,9 @@ def run_example(prompt):
|
|
110 |
|
111 |
Here are the tasks `Kosmos-2` could perform:
|
112 |
|
|
|
|
|
|
|
113 |
### Multimodal Grounding
|
114 |
|
115 |
#### • Phrase Grounding
|
@@ -196,6 +199,7 @@ run_example(prompt)
|
|
196 |
|
197 |
# <grounding> Describe this image in detail: The image features a snowman sitting by<phrase> a campfire</phrase><object><patch_index_0005><patch_index_1007></object> in the snow. He is wearing<phrase> a hat</phrase><object><patch_index_0048><patch_index_0250></object>,<phrase> scarf</phrase><object><patch_index_0240><patch_index_0604></object>, and<phrase> gloves</phrase><object><patch_index_0400><patch_index_0532></object>, with<phrase> a pot</phrase><object><patch_index_0610><patch_index_0872></object> nearby and<phrase> a cup</phrase><object><patch_index_0796><patch_index_1023></object> nearby. The snowman appears to be enjoying the warmth of the fire, and it appears to have a warm and cozy atmosphere.
|
198 |
```
|
|
|
199 |
|
200 |
## Draw the bounding bboxes of the entities on the image
|
201 |
|
|
|
110 |
|
111 |
Here are the tasks `Kosmos-2` could perform:
|
112 |
|
113 |
+
<details>
|
114 |
+
<summary> Click to expand </summary>
|
115 |
+
|
116 |
### Multimodal Grounding
|
117 |
|
118 |
#### • Phrase Grounding
|
|
|
199 |
|
200 |
# <grounding> Describe this image in detail: The image features a snowman sitting by<phrase> a campfire</phrase><object><patch_index_0005><patch_index_1007></object> in the snow. He is wearing<phrase> a hat</phrase><object><patch_index_0048><patch_index_0250></object>,<phrase> scarf</phrase><object><patch_index_0240><patch_index_0604></object>, and<phrase> gloves</phrase><object><patch_index_0400><patch_index_0532></object>, with<phrase> a pot</phrase><object><patch_index_0610><patch_index_0872></object> nearby and<phrase> a cup</phrase><object><patch_index_0796><patch_index_1023></object> nearby. The snowman appears to be enjoying the warmth of the fire, and it appears to have a warm and cozy atmosphere.
|
201 |
```
|
202 |
+
</details>
|
203 |
|
204 |
## Draw the bounding bboxes of the entities on the image
|
205 |
|