Created using Colaboratory
parent
96e36a7c91
commit
8acb5734c7
|
@ -1036,7 +1036,7 @@
|
|||
"source": [
|
||||
"## Local Logging\n",
|
||||
"\n",
|
||||
"All results are logged by default to `runs/train`, with a new experiment directory created for each new training as `runs/train/exp2`, `runs/train/exp3`, etc. View train and val jpgs to see mosaics, labels, predictions and augmentation effects. Note an Ultralytics **Mosaic Dataloader** is used for training (shown below), which combined each original image with 3 additional random training images.\n",
|
||||
"All results are logged by default to `runs/train`, with a new experiment directory created for each new training as `runs/train/exp2`, `runs/train/exp3`, etc. View train and val jpgs to see mosaics, labels, predictions and augmentation effects. Note an Ultralytics **Mosaic Dataloader** is used for training (shown below), which combines 4 images into 1 mosaic during training.\n",
|
||||
"\n",
|
||||
"> <img src=\"https://user-images.githubusercontent.com/26833433/124931219-48bf8700-e002-11eb-84f0-e05d95b118dd.jpg\" width=\"700\"> \n",
|
||||
"`train_batch0.jpg` shows train batch 0 mosaics and labels\n",
|
||||
|
|
Loading…
Reference in New Issue