shalchianmh
commited on
Commit
•
056e81d
1
Parent(s):
a88994a
Update README.md
Browse files
README.md
CHANGED
@@ -134,6 +134,9 @@ for result in results:
|
|
134 |
plt.show()
|
135 |
```
|
136 |
|
|
|
|
|
|
|
137 |
|
138 |
|
139 |
See YOLOv8 [Python Docs](https://docs.ultralytics.com/usage/python/) for more examples.
|
|
|
134 |
plt.show()
|
135 |
```
|
136 |
|
137 |
+
desired output:
|
138 |
+
Bounding box: x=246.37399291992188, y=254.00021362304688, w=146.7321014404297, h=38.26557922363281
|
139 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/64fec52b57a40de19102d516/rzqKl97C7JDGq40fwLp_h.png)
|
140 |
|
141 |
|
142 |
See YOLOv8 [Python Docs](https://docs.ultralytics.com/usage/python/) for more examples.
|