Skip to content

Commit 9029759

Browse files
committed
Created using Colaboratory
1 parent 6dd1083 commit 9029759

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

tutorial.ipynb

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,9 @@
582582
"source": [
583583
"# 1. Inference\n",
584584
"\n",
585-
"`detect.py` runs inference on a variety of sources, downloading models automatically from the [latest YOLOv5 release](https://github.com/ultralytics/yolov5/releases)."
585+
"`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",
586+
"\n",
587+
"<img src=\"https://user-images.githubusercontent.com/26833433/114307955-5c7e4e80-9ae2-11eb-9f50-a90e39bee53f.png\" width=\"900\"> "
586588
]
587589
},
588590
{
@@ -634,16 +636,6 @@
634636
}
635637
]
636638
},
637-
{
638-
"cell_type": "markdown",
639-
"metadata": {
640-
"id": "4qbaa3iEcrcE"
641-
},
642-
"source": [
643-
"Results are saved to `runs/detect`. A full list of available inference sources:\n",
644-
"<img src=\"https://user-images.githubusercontent.com/26833433/98274798-2b7a7a80-1f94-11eb-91a4-70c73593e26b.jpg\" width=\"900\"> "
645-
]
646-
},
647639
{
648640
"cell_type": "markdown",
649641
"metadata": {

0 commit comments

Comments
 (0)