From a3fcbb02173709fb3a6a620f3f34dac056f77d44 Mon Sep 17 00:00:00 2001 From: fatih <34196005+fcakyon@users.noreply.github.com> Date: Sun, 12 Feb 2023 22:49:34 +0300 Subject: [PATCH] fix typo in readme (#55) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 951962d..6762a45 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ model.overrides['max_det'] = 1000 # maximum number of detections per image image = 'https://github.com/ultralytics/yolov5/raw/master/data/images/zidane.jpg' # perform inference -results = model.predict(image, imgsz=640): +results = model.predict(image, imgsz=640) # parse results result = results[0]