Created using Colaboratory
This commit is contained in:
parent
c8a98cb7cb
commit
ee76a68f1d
|
|
@ -1166,7 +1166,7 @@
|
|||
"model = torch.hub.load('ultralytics/yolov5', 'yolov5s')\n",
|
||||
"\n",
|
||||
"# Images\n",
|
||||
"dir = 'https://github.com/ultralytics/yolov5/raw/master/data/images/'\n",
|
||||
"dir = 'https://ultralytics.com/images/'\n",
|
||||
"imgs = [dir + f for f in ('zidane.jpg', 'bus.jpg')] # batch of images\n",
|
||||
"\n",
|
||||
"# Inference\n",
|
||||
|
|
|
|||
Loading…
Reference in New Issue