Unverified Commit 802b98c7 authored by Kaylee L. Davis's avatar Kaylee L. Davis Committed by GitHub
Browse files

Correct README image text (#19883)

swap "right" and "left" so description is correct.
parent 5d2d51a0
...@@ -153,7 +153,7 @@ Many tasks have a pre-trained `pipeline` ready to go, in NLP but also in compute ...@@ -153,7 +153,7 @@ Many tasks have a pre-trained `pipeline` ready to go, in NLP but also in compute
'box': {'xmin': 345, 'ymin': 23, 'xmax': 640, 'ymax': 368}}] 'box': {'xmin': 345, 'ymin': 23, 'xmax': 640, 'ymax': 368}}]
``` ```
Here we get a list of objects detected in the image, with a box surrounding the object and a confidence score. Here is the original image on the right, with the predictions displayed on the left: Here we get a list of objects detected in the image, with a box surrounding the object and a confidence score. Here is the original image on the left, with the predictions displayed on the right:
<h3 align="center"> <h3 align="center">
<a><img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/coco_sample.png" width="400"></a> <a><img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/coco_sample.png" width="400"></a>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment