Commit
·
b686338
1
Parent(s):
c6c88dc
Created using Colaboratory
Browse files- tutorial.ipynb +3 -3
tutorial.ipynb
CHANGED
@@ -1074,7 +1074,7 @@
|
|
1074 |
"id": "7KN5ghjE6ZWh"
|
1075 |
},
|
1076 |
"source": [
|
1077 |
-
"Training
|
1078 |
]
|
1079 |
},
|
1080 |
{
|
@@ -1084,7 +1084,7 @@
|
|
1084 |
},
|
1085 |
"source": [
|
1086 |
"from utils.plots import plot_results \n",
|
1087 |
-
"plot_results(save_dir='runs/train/exp') # plot all results*.txt
|
1088 |
"Image(filename='runs/train/exp/results.png', width=800)"
|
1089 |
],
|
1090 |
"execution_count": null,
|
@@ -1096,7 +1096,7 @@
|
|
1096 |
"id": "lfrEegCSW3fK"
|
1097 |
},
|
1098 |
"source": [
|
1099 |
-
"<img src=\"https://
|
1100 |
]
|
1101 |
},
|
1102 |
{
|
|
|
1074 |
"id": "7KN5ghjE6ZWh"
|
1075 |
},
|
1076 |
"source": [
|
1077 |
+
"Training results are automatically logged to [Tensorboard](https://www.tensorflow.org/tensorboard) and `runs/train/exp/results.txt`, which is plotted as `results.png` (below) after training completes. You can also plot any `results.txt` file manually:"
|
1078 |
]
|
1079 |
},
|
1080 |
{
|
|
|
1084 |
},
|
1085 |
"source": [
|
1086 |
"from utils.plots import plot_results \n",
|
1087 |
+
"plot_results(save_dir='runs/train/exp') # plot all results*.txt files in 'runs/train/exp'\n",
|
1088 |
"Image(filename='runs/train/exp/results.png', width=800)"
|
1089 |
],
|
1090 |
"execution_count": null,
|
|
|
1096 |
"id": "lfrEegCSW3fK"
|
1097 |
},
|
1098 |
"source": [
|
1099 |
+
"<p align=\"left\"><img width=\"800\" alt=\"COCO128 Training Results\" src=\"https://github.com/ultralytics/yolov5/releases/download/v1.0/results_COCO128.png\"></p>"
|
1100 |
]
|
1101 |
},
|
1102 |
{
|