Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored May 12, 2021
1 parent c1c7eb0 commit 7918eed
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 @@ -130,7 +130,7 @@ import torch
model = torch.hub.load('ultralytics/yolov5', 'yolov5s')

# Image
img = 'https://github.com/ultralytics/yolov5/raw/master/data/images/zidane.jpg'
img = 'https://ultralytics.com/images/zidane.jpg'

# Inference
results = model(img)
Expand Down

0 comments on commit 7918eed

Please sign in to comment.