Update README.md
Browse files
README.md
CHANGED
@@ -122,9 +122,7 @@ stride, names, pt = yolo_model.stride, yolo_model.names, yolo_model.pt
|
|
122 |
# Example usage
|
123 |
image_path = "image.png"
|
124 |
labels = run_single_image_inference(yolo_model, image_path, stride, names, pt)
|
125 |
-
|
126 |
|
127 |
## Contact
|
128 |
If you have any questions about this work, please contact **[Shreyanshu Bhushan](https://github.com/shreyanshu09)** using the following email addresses: **[email protected]**.
|
129 |
-
|
130 |
-
```
|
|
|
122 |
# Example usage
|
123 |
image_path = "image.png"
|
124 |
labels = run_single_image_inference(yolo_model, image_path, stride, names, pt)
|
125 |
+
```
|
126 |
|
127 |
## Contact
|
128 |
If you have any questions about this work, please contact **[Shreyanshu Bhushan](https://github.com/shreyanshu09)** using the following email addresses: **[email protected]**.
|
|
|
|