From 9029759cb3b39de724f148f0c9eee8c70e0ffdc4 Mon Sep 17 00:00:00 2001
From: Glenn Jocher <glenn.jocher@ultralytics.com>
Date: Sun, 11 Apr 2021 16:28:32 +0200
Subject: [PATCH] Created using Colaboratory

---
 tutorial.ipynb | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/tutorial.ipynb b/tutorial.ipynb
index 8a191609..f334f5a1 100644
--- a/tutorial.ipynb
+++ b/tutorial.ipynb
@@ -582,7 +582,9 @@
       "source": [
         "# 1. Inference\n",
         "\n",
-        "`detect.py` runs inference on a variety of sources, downloading models automatically from the [latest YOLOv5 release](https://github.com/ultralytics/yolov5/releases)."
+        "`detect.py` runs YOLOv5 inference on a variety of sources, downloading models automatically from the [latest YOLOv5 release](https://github.com/ultralytics/yolov5/releases), and saving results to `runs/detect`. Example inference sources are:\n",
+        "\n",
+        "<img src=\"https://user-images.githubusercontent.com/26833433/114307955-5c7e4e80-9ae2-11eb-9f50-a90e39bee53f.png\" width=\"900\"> "
       ]
     },
     {
@@ -634,16 +636,6 @@
         }
       ]
     },
-    {
-      "cell_type": "markdown",
-      "metadata": {
-        "id": "4qbaa3iEcrcE"
-      },
-      "source": [
-        "Results are saved to `runs/detect`. A full list of available inference sources:\n",
-        "<img src=\"https://user-images.githubusercontent.com/26833433/98274798-2b7a7a80-1f94-11eb-91a4-70c73593e26b.jpg\" width=\"900\"> "
-      ]
-    },
     {
       "cell_type": "markdown",
       "metadata": {
-- 
GitLab