glenn-jocher commited on
Commit
9029759
1 Parent(s): 6dd1083

Created using Colaboratory

Browse files
Files changed (1) hide show
  1. tutorial.ipynb +3 -11
tutorial.ipynb CHANGED
@@ -582,7 +582,9 @@
582
  "source": [
583
  "# 1. Inference\n",
584
  "\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)."
 
 
586
  ]
587
  },
588
  {
@@ -634,16 +636,6 @@
634
  }
635
  ]
636
  },
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
- },
647
  {
648
  "cell_type": "markdown",
649
  "metadata": {
 
582
  "source": [
583
  "# 1. Inference\n",
584
  "\n",
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\"> "
588
  ]
589
  },
590
  {
 
636
  }
637
  ]
638
  },
 
 
 
 
 
 
 
 
 
 
639
  {
640
  "cell_type": "markdown",
641
  "metadata": {