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 |
+

|
| 140 |
|
| 141 |
|
| 142 |
See YOLOv8 [Python Docs](https://docs.ultralytics.com/usage/python/) for more examples.
|