Skip to content

Commit f4b368f

Browse files
Update README.md
1 parent 9b0f624 commit f4b368f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var detresult = predictor.Predict((Bitmap)Bitmap.FromFile(picture)).NMSFilter().
2828
Opencv read camera and run prediction.
2929
```
3030
//Create a predictor by providing modulepath and a backend.
31-
YoloPredictor predictor = new YoloPredictorV5(modulepath, backend:YoloPredictorV5.Backend.CUDA, input_width: 640, input_height: 640);
31+
YoloPredictor predictor = new YoloPredictorV5(modulepath, backend:YoloPredictorV5.Backend.CUDA);
3232
3333
//Open video device
3434
VideoCapture vc = new VideoCapture(0);

0 commit comments

Comments
 (0)