Lillthorin commited on
Commit
36240ae
·
verified ·
1 Parent(s): e10b44f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 tools.infer_onnx import ONNX_Predict
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",