Skip to content

Commit

Permalink
fix typo in readme (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcakyon authored Feb 12, 2023
1 parent d6ec5a1 commit a3fcbb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit a3fcbb0

Please sign in to comment.