From 056965d53401e07b3f3d898f81830b3c5ccf9478 Mon Sep 17 00:00:00 2001 From: Dheera Venkatraman Date: Fri, 16 Jun 2017 14:45:14 -0700 Subject: [PATCH] URL returns 404 Fix URL --- object_detection/g3doc/detection_model_zoo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_detection/g3doc/detection_model_zoo.md b/object_detection/g3doc/detection_model_zoo.md index 9ff1ad9bde..ba656bae67 100644 --- a/object_detection/g3doc/detection_model_zoo.md +++ b/object_detection/g3doc/detection_model_zoo.md @@ -1,7 +1,7 @@ # Tensorflow detection model zoo We provide a collection of detection models pre-trained on the -[COCO dataset](mscoco.org). +[COCO dataset](http://mscoco.org). These models can be useful for out-of-the-box inference if you are interested in categories already in COCO (e.g., humans, cars, etc). They are also useful for initializing your models when training on novel