Browse Source

Created using Colaboratory

5.0
Glenn Jocher 3 years ago
parent
commit
9029759cb3
1 changed files with 3 additions and 11 deletions
  1. +3
    -11
      tutorial.ipynb

+ 3
- 11
tutorial.ipynb View File

@@ -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": {

Loading…
Cancel
Save