Skip to content

Commit 01ec45d

Browse files
committed
provide download links, improve demo files
1 parent bdcbeb4 commit 01ec45d

3 files changed

Lines changed: 18 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,19 @@ It should be easy to train the model using another dataset as long as that datas
112112
0. Run `./examples/SSDH/train.sh`, and start training on your dataset.
113113

114114

115+
## Resources
116+
117+
**Note**: This documentation may contain links to third party websites, which are provided for your convenience only. Third party websites may be subject to the third party’s terms, conditions, and privacy statements.
118+
119+
If `./prepare.sh` fails to download data, you may manually download the resouces from:
120+
121+
- 48-bit SSDH model: [MEGA](https://mega.nz/#!kJ1jwDpJ!X4dVUeWJ7Eqg9L8bhJaGbr9l5-HS3ccudbjIjIbYNpk), [DropBox](https://www.dropbox.com/s/6iqyz1mdhadhzbu/SSDH48_iter_50000.caffemodel?dl=0), [BaiduYun](http://pan.baidu.com/s/1nurCaJR)
122+
123+
- CIFAR10 dataset (jpg format): [MEGA](https://mega.nz/#!RENV1bhZ!x0uFnAkqUSTJzKr6HzeeNV9mtDjlgQ0x6ZaXfpxbJkw), [DropBox](https://www.dropbox.com/s/f7q3bbgvat2q1u2/cifar10-dataset.zip?dl=0), [BaiduYun](http://pan.baidu.com/s/1pKsSK7h)
124+
125+
- AlexNet pretrained networks: [MEGA](https://mega.nz/#!UZ0VGIYB!y2crhbo89S9hYLv5TyHLXXB5Sus8ZkpUzTNkeUPkfU4), [DropBox](https://www.dropbox.com/s/nlggnj47xxdmwkb/bvlc_reference_caffenet.caffemodel?dl=0), [BaiduYun](http://pan.baidu.com/s/1qWRMy4G)
126+
127+
115128
## Contact
116129

117130
Please feel free to leave suggestions or comments to Kevin Lin (kevinlin311.tw@iis.sinica.edu.tw), Huei-Fang Yang (hfyang@citi.sinica.edu.tw) or Chu-Song Chen (song@iis.sinica.edu.tw)

demo.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
close all;
55
clear;
66

7+
% Initialize
8+
addpath(genpath(pwd));
9+
fprintf('SSDH startup\n');
10+
711
% -----------------------------------------------------------
812
% 48-bits binary codes extraction
913
%

startup.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
addpath(genpath(pwd));
2-
fprintf('caffe-ssdh startup\n');
2+
fprintf('SSDH startup\n');

0 commit comments

Comments
 (0)