Skip to content

Commit

Permalink
host materials on dl.caffe.berkeleyvision.org
Browse files Browse the repository at this point in the history
  • Loading branch information
shelhamer committed Jul 11, 2014
1 parent 7e2520d commit 7bd30fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion data/ilsvrc12/get_ilsvrc_aux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cd $DIR

echo "Downloading..."

wget --no-check-certificate https://www.dropbox.com/s/g5myor4y2scdv95/caffe_ilsvrc12.tar.gz
wget http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz

echo "Unzipping..."

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Consult performance [details](/performance_hardware.html).

## How

* [Introductory slides](https://www.dropbox.com/s/10fx16yp5etb8dv/caffe-presentation.pdf): slides about the Caffe architecture, *updated 03/14*.
* [Introductory slides](http://dl.caffe.berkeleyvision.org/caffe-presentation.pdf): slides about the Caffe architecture, *updated 03/14*.
* [ACM MM paper](http://ucb-icsi-vision-group.github.io/caffe-paper/caffe.pdf): a 4-page report for the ACM Multimedia Open Source competition.
* [Installation instructions](/installation.html): tested on Ubuntu, Red Hat, OS X.
* [Pre-trained models](/getting_pretrained_models.html): BVLC provides ready-to-use models for non-commercial use.
Expand Down
2 changes: 1 addition & 1 deletion examples/imagenet/get_caffe_alexnet_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ fi

echo "Downloading..."

wget --no-check-certificate https://www.dropbox.com/s/rk6nkt0kf109slo/caffe_alexnet_model
wget http://dl.caffe.berkeleyvision.org/caffe_alexnet_model

echo "Done. Please run this command again to verify that checksum = $CHECKSUM."
2 changes: 1 addition & 1 deletion examples/imagenet/get_caffe_reference_imagenet_model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ fi

echo "Downloading..."

wget --no-check-certificate https://www.dropbox.com/s/7qkokvr7x0esljl/$MODEL
wget http://dl.caffe.berkeleyvision.org/$MODEL

echo "Done. Please run this command again to verify that checksum = $CHECKSUM."

0 comments on commit 7bd30fe

Please sign in to comment.