glenn-jocher
commited on
Commit
•
1a10b0e
1
Parent(s):
083c13d
Created using Colaboratory
Browse files- tutorial.ipynb +4 -4
tutorial.ipynb
CHANGED
@@ -585,7 +585,7 @@
|
|
585 |
"\n",
|
586 |
"`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",
|
587 |
"\n",
|
588 |
-
"<img src=\"https://user-images.githubusercontent.com/26833433/114307955-5c7e4e80-9ae2-11eb-9f50-a90e39bee53f.png\" width=\"900\"> "
|
589 |
]
|
590 |
},
|
591 |
{
|
@@ -627,7 +627,7 @@
|
|
627 |
},
|
628 |
"source": [
|
629 |
" \n",
|
630 |
-
"<img src=\"https://user-images.githubusercontent.com/26833433/127574988-6a558aa1-d268-44b9-bf6b-62d4c605cc72.jpg\" width=\"600\">"
|
631 |
]
|
632 |
},
|
633 |
{
|
@@ -1028,7 +1028,7 @@
|
|
1028 |
"\n",
|
1029 |
"During training you will see live updates at [https://wandb.ai/home](https://wandb.ai/home?utm_campaign=repo_yolo_notebook), and you can create and share detailed [Reports](https://wandb.ai/glenn-jocher/yolov5_tutorial/reports/YOLOv5-COCO128-Tutorial-Results--VmlldzozMDI5OTY) of your results. For more information see the [YOLOv5 Weights & Biases Tutorial](https://github.com/ultralytics/yolov5/issues/1289). \n",
|
1030 |
"\n",
|
1031 |
-
"<img src=\"https://user-images.githubusercontent.com/26833433/125274843-a27bc600-e30e-11eb-9a44-62af0b7a50a2.png\" width=\"800\">"
|
1032 |
]
|
1033 |
},
|
1034 |
{
|
@@ -1057,7 +1057,7 @@
|
|
1057 |
"plot_results('path/to/results.csv') # plot 'results.csv' as 'results.png'\n",
|
1058 |
"```\n",
|
1059 |
"\n",
|
1060 |
-
"<
|
1061 |
]
|
1062 |
},
|
1063 |
{
|
|
|
585 |
"\n",
|
586 |
"`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",
|
587 |
"\n",
|
588 |
+
"<img align=\"left\" src=\"https://user-images.githubusercontent.com/26833433/114307955-5c7e4e80-9ae2-11eb-9f50-a90e39bee53f.png\" width=\"900\"> "
|
589 |
]
|
590 |
},
|
591 |
{
|
|
|
627 |
},
|
628 |
"source": [
|
629 |
" \n",
|
630 |
+
"<img align=\"left\" src=\"https://user-images.githubusercontent.com/26833433/127574988-6a558aa1-d268-44b9-bf6b-62d4c605cc72.jpg\" width=\"600\">"
|
631 |
]
|
632 |
},
|
633 |
{
|
|
|
1028 |
"\n",
|
1029 |
"During training you will see live updates at [https://wandb.ai/home](https://wandb.ai/home?utm_campaign=repo_yolo_notebook), and you can create and share detailed [Reports](https://wandb.ai/glenn-jocher/yolov5_tutorial/reports/YOLOv5-COCO128-Tutorial-Results--VmlldzozMDI5OTY) of your results. For more information see the [YOLOv5 Weights & Biases Tutorial](https://github.com/ultralytics/yolov5/issues/1289). \n",
|
1030 |
"\n",
|
1031 |
+
"<img align=\"left\" src=\"https://user-images.githubusercontent.com/26833433/125274843-a27bc600-e30e-11eb-9a44-62af0b7a50a2.png\" width=\"800\">"
|
1032 |
]
|
1033 |
},
|
1034 |
{
|
|
|
1057 |
"plot_results('path/to/results.csv') # plot 'results.csv' as 'results.png'\n",
|
1058 |
"```\n",
|
1059 |
"\n",
|
1060 |
+
"<img align=\"left\" width=\"800\" alt=\"COCO128 Training Results\" src=\"https://user-images.githubusercontent.com/26833433/126906780-8c5e2990-6116-4de6-b78a-367244a33ccf.png\">"
|
1061 |
]
|
1062 |
},
|
1063 |
{
|