host materials on dl.caffe.berkeleyvision.org
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 11 Jul 2014 04:01:42 +0000 (06:01 +0200)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 11 Jul 2014 04:01:42 +0000 (06:01 +0200)
data/ilsvrc12/get_ilsvrc_aux.sh
docs/index.md
examples/imagenet/get_caffe_alexnet_model.sh
examples/imagenet/get_caffe_reference_imagenet_model.sh

index b8b4944..3fa58dc 100755 (executable)
@@ -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..."
 
index eb72e1f..5d5b35f 100644 (file)
@@ -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.
index 399e2a0..b680a32 100755 (executable)
@@ -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."
index 2381dbd..8500799 100755 (executable)
@@ -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."