diff --git a/README.md b/README.md index 0daebbd..4526727 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ MATLAB implementation of the paper Salient Object Detection: A Discriminative Re This implementation contains the full pipiline of the approach, including both the training and testing phases. Run compile.m to compile the mex files. -Before testing, you might want to download our pre-trained Random Forest model, which is available at http://jianghz.me/drfi/files/drfiModelMatlab.zip. Put it into the model folder. +Before testing, you might want to download our pre-trained Random Forest model, which is available at https://people.cs.umass.edu/~hzjiang/drfi/files/drfiModelCpp.zip. Put it into the model folder. If you want to train your own Random Forest regressor, check the trainAll.m for instructions. For more details, check out our technical report http://arxiv.org/pdf/1410.5926v1.