Created using Colaboratory

This commit is contained in:
Glenn Jocher 2021-07-19 13:14:09 +02:00
parent c8a98cb7cb
commit ee76a68f1d

2
tutorial.ipynb vendored
View File

@ -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",