Skip to content

Commit

Permalink
Merge pull request rbgirshick#78 from wangdelp/patch-1
Browse files Browse the repository at this point in the history
Edit wget links to point to Oxford website
  • Loading branch information
rbgirshick committed Feb 13, 2016
2 parents 45e0da9 + 06d204b commit 8b1c00e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ The demo performs detection using a VGG16 network trained for detection on PASCA
1. Download the training, validation, test data and VOCdevkit

```Shell
wget http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/VOCtrainval_06-Nov-2007.tar
wget http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/VOCtest_06-Nov-2007.tar
wget http://pascallin.ecs.soton.ac.uk/challenges/VOC/voc2007/VOCdevkit_08-Jun-2007.tar
wget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtrainval_06-Nov-2007.tar
wget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCtest_06-Nov-2007.tar
wget http://host.robots.ox.ac.uk/pascal/VOC/voc2007/VOCdevkit_08-Jun-2007.tar
```

2. Extract all of these tars into one directory named `VOCdevkit`
Expand Down

0 comments on commit 8b1c00e

Please sign in to comment.