glenn-jocher commited on
Commit
1b475c1
1 Parent(s): 9c803f2

Created using Colaboratory

Browse files
Files changed (1) hide show
  1. tutorial.ipynb +1 -1
tutorial.ipynb CHANGED
@@ -787,7 +787,7 @@
787
  },
788
  "source": [
789
  "## COCO test-dev2017\n",
790
- "Download [COCO test2017](https://github.com/ultralytics/yolov5/blob/74b34872fdf41941cddcf243951cdb090fbac17b/data/coco.yaml#L15) dataset (7GB - 40,000 images), to test model accuracy on test-dev set (20,000 images). Results are saved to a `*.json` file which can be submitted to the evaluation server at https://competitions.codalab.org/competitions/20794."
791
  ]
792
  },
793
  {
 
787
  },
788
  "source": [
789
  "## COCO test-dev2017\n",
790
+ "Download [COCO test2017](https://github.com/ultralytics/yolov5/blob/74b34872fdf41941cddcf243951cdb090fbac17b/data/coco.yaml#L15) dataset (7GB - 40,000 images), to test model accuracy on test-dev set (**20,000 images, no labels**). Results are saved to a `*.json` file which should be **zipped** and submitted to the evaluation server at https://competitions.codalab.org/competitions/20794."
791
  ]
792
  },
793
  {