Update README.md
Browse files
README.md
CHANGED
@@ -190,5 +190,6 @@ entities = [('a snowman', (12, 21), [(0.390625, 0.046875, 0.984375, 0.828125)]),
|
|
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/annotated_snowman.jpg)
|
|
|
190 |
draw_entity_boxes_on_image(image, entities, show=True)
|
191 |
```
|
192 |
|
193 |
+
Here is the annotated image:
|
194 |
|
195 |
![Image with bounding bboxes](https://huggingface.co/ydshieh/kosmos-2-patch14-224/resolve/main/annotated_snowman.jpg)
|