From 2d2371d2d11221f1f4324bd6a1fcb03769d7d52c Mon Sep 17 00:00:00 2001 From: Mingyu Wang <41294317+WAMAWAMA@users.noreply.github.com> Date: Mon, 5 Oct 2020 01:35:05 +0800 Subject: [PATCH] Update get_voc.sh data download URLs (#1077) --- data/scripts/get_voc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/scripts/get_voc.sh b/data/scripts/get_voc.sh index f34467a89..5658864f2 100644 --- a/data/scripts/get_voc.sh +++ b/data/scripts/get_voc.sh @@ -27,9 +27,9 @@ fi echo "Downloading VOC2007 trainval ..." # Download data -curl -LO http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtrainval_06-Nov-2007.tar +curl -LO http://pjreddie.com/media/files/VOCtrainval_06-Nov-2007.tar echo "Downloading VOC2007 test data ..." -curl -LO http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtest_06-Nov-2007.tar +curl -LO http://pjreddie.com/media/files/VOCtest_06-Nov-2007.tar echo "Done downloading." # Extract data