From df006f59a75a207f3bf6512ae93242f0d60ef5b7 Mon Sep 17 00:00:00 2001 From: nakayamaiwao Date: Thu, 11 Jul 2019 17:41:40 +0800 Subject: [PATCH] Add VOC 2008 test url Add VOC 2008 test url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd8aa1b..0ffc4df 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ Go to [MSCOCO](http://cocodataset.org/#download) to download: ### PASCAL VOC Go to [PASCAL VOC](http://host.robots.ox.ac.uk/pascal/VOC/) to download: * VOC challenge 2008 [training/validation data](http://host.robots.ox.ac.uk/pascal/VOC/voc2008/VOCtrainval_14-Jul-2008.tar) -* The test data for the VOC2008 challenge +* The test data for the [VOC2008 challenge](http://host.robots.ox.ac.uk/pascal/VOC/voc2008/index.html#testdata) ## ImageNet Pretrained Models -Download [VGG16](https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg16_weights_tf_dim_ordering_tf_kernels.h5) into models folder. +Download [VGG16](https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg16_weights_tf_dim_ordering_tf_kernels.h5) into "models" folder. ## Usage