Update README.md
Browse files
README.md
CHANGED
|
@@ -42,7 +42,7 @@ These values include the **full pipeline**: video → resize → inference → N
|
|
| 42 |
## 🧪 Example Usage
|
| 43 |
|
| 44 |
```python
|
| 45 |
-
from
|
| 46 |
import cv2
|
| 47 |
|
| 48 |
predict = ONNX_Predict("edge_s_640_resize.onnx",
|
|
|
|
| 42 |
## 🧪 Example Usage
|
| 43 |
|
| 44 |
```python
|
| 45 |
+
from infer_onnx import ONNX_Predict
|
| 46 |
import cv2
|
| 47 |
|
| 48 |
predict = ONNX_Predict("edge_s_640_resize.onnx",
|