Skip to content

Commit

Permalink
Created using Colaboratory
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher committed Apr 11, 2021
1 parent 9676db8 commit 6253e3d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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\"> "
]
},
{
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 6253e3d

Please sign in to comment.