Update README.md
Browse files
README.md
CHANGED
@@ -189,3 +189,6 @@ entities = [('a snowman', (12, 21), [(0.390625, 0.046875, 0.984375, 0.828125)]),
|
|
189 |
# Draw the bounding bboxes
|
190 |
draw_entity_boxes_on_image(image, entities, show=True)
|
191 |
```
|
|
|
|
|
|
|
|
189 |
# Draw the bounding bboxes
|
190 |
draw_entity_boxes_on_image(image, entities, show=True)
|
191 |
```
|
192 |
+
|
193 |
+
|
194 |
+
![Image with bounding bboxes](https://huggingface.co/ydshieh/kosmos-2-patch14-224/resolve/main/snowman.jpg)
|