Skip to content

Commit ed0bd28

Browse files
authored
Update README.md
1 parent e92458b commit ed0bd28

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ The implemented models include:
1010
* DCH: [Deep Cauchy Hashing for Hamming Space Retrieval](http://ise.thss.tsinghua.edu.cn/~mlong/doc/deep-cauchy-hashing-cvpr18.pdf), Yue Cao, Mingsheng Long, Bin Liu, Jianmin Wang, IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2018
1111
* DTQ: [Deep Triplet Quantization](ise.thss.tsinghua.edu.cn/~mlong/doc/deep-triplet-quantization-acmmm18.pdf), Bin Liu, Yue Cao, Mingsheng Long, Jianmin Wang, Jingdong Wang, ACM Multimedia (ACMMM), 2018
1212

13+
Note: DTQ and DCH are updated while DQN, DHN, DVSQ maybe outdated, feel free to touch us if you have any questions.
1314

1415
## Requirements
1516

@@ -33,7 +34,7 @@ export PYTHONPATH=/path/to/project/DeepHash/DeepHash:$PYTHONPATH
3334
## Data Preparation
3435
In `data/cifar10/train.txt`, we give an example to show how to prepare image training data. In `data/cifar10/test.txt` and `data/cifar10/database.txt`, the list of testing and database images could be processed during predicting procedure. If you want to add other datasets as the input, you need to prepare `train.txt`, `test.txt` and `database.txt` as CIFAR-10 dataset.
3536

36-
We also recommend you to follow https://github.com/thuml/HashNet/tree/master/pytorch#datasets to prepare NUSWIDE_81 and COCO datasets.
37+
We also recommend you to follow https://github.com/thuml/HashNet/tree/master/pytorch#datasets to prepare NUSWIDE_81 and COCO images.
3738

3839
## Get Started
3940

@@ -55,7 +56,7 @@ The example of `$method` (DCH, DVSQ, DQN, DHN and DTQ) can be run like:
5556

5657
```shell
5758
cd example/$method/
58-
python train_val_script.py --gpus "0,1" --"other parameters descirbe in train_val_script.py"
59+
python train_val_script.py --gpus "0,1" --data-dir $PWD/../../data --"other parameters descirbe in train_val_script.py"
5960
```
6061

6162
## Citations

0 commit comments

Comments
 (0)