glenn-jocher commited on
Commit
860ca98
β€’
1 Parent(s): cac8a76

Created using Colaboratory

Browse files
Files changed (1) hide show
  1. tutorial.ipynb +3 -3
tutorial.ipynb CHANGED
@@ -528,8 +528,8 @@
528
  "source": [
529
  "<img src=\"https://user-images.githubusercontent.com/26833433/98702494-b71c4e80-237a-11eb-87ed-17fcd6b3f066.jpg\">\n",
530
  "\n",
531
- "This notebook was written by Ultralytics LLC, and is freely available for redistribution under the [GPL-3.0 license](https://choosealicense.com/licenses/gpl-3.0/). \n",
532
- "For more information please visit https://github.com/ultralytics/yolov5 and https://www.ultralytics.com."
533
  ]
534
  },
535
  {
@@ -643,7 +643,7 @@
643
  },
644
  "source": [
645
  "# 2. Test\n",
646
- "Test a model on [COCO](https://cocodataset.org/#home) val or test-dev dataset to evaluate trained accuracy. Models are downloaded automatically from the [latest YOLOv5 release](https://github.com/ultralytics/yolov5/releases). To show results by class use the `--verbose` flag. Note that `pycocotools` metrics may be 1-2% better than the equivalent repo metrics, as is visible below, due to slight differences in mAP computation."
647
  ]
648
  },
649
  {
 
528
  "source": [
529
  "<img src=\"https://user-images.githubusercontent.com/26833433/98702494-b71c4e80-237a-11eb-87ed-17fcd6b3f066.jpg\">\n",
530
  "\n",
531
+ "This is the **official YOLOv5 πŸš€ notebook** authored by **Ultralytics**, and is freely available for redistribution under the [GPL-3.0 license](https://choosealicense.com/licenses/gpl-3.0/). \n",
532
+ "For more information please visit https://github.com/ultralytics/yolov5 and https://www.ultralytics.com. Thank you!"
533
  ]
534
  },
535
  {
 
643
  },
644
  "source": [
645
  "# 2. Test\n",
646
+ "Test a model's accuracy on [COCO](https://cocodataset.org/#home) val or test-dev datasets. Models are downloaded automatically from the [latest YOLOv5 release](https://github.com/ultralytics/yolov5/releases). To show results by class use the `--verbose` flag. Note that `pycocotools` metrics may be ~1% better than the equivalent repo metrics, as is visible below, due to slight differences in mAP computation."
647
  ]
648
  },
649
  {