Skip to content

Commit d037dd2

Browse files
authored
Update README.md
1 parent 6963f66 commit d037dd2

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,19 @@ In `run_experiments.m` you could remove (or add) dataset names to the `datasetLi
1616
### Dependencies
1717

1818
The code relies on [vlfeat](http://www.vlfeat.org/), and [matconvnet](http://www.vlfeat.org/matconvnet), which should be downloaded and built before running the experiments.
19-
Run git submodule update -i in the repository download folder.
2019

21-
To build `vlfeat`, go to `<deep-fbanks-dir>/vlfeat` and run make; ensure you have MATLAB executable and mex in the path.
20+
After cloning the `deep-fbanks` repository, run:
21+
`git submodule update -i`
22+
in the repository download folder. This will download the matconvnet and vlfeat repositories.
23+
24+
To build `vlfeat`, go to `<deep-fbanks-dir>/vlfeat` and run `make` in the shell, before running `vl_setup.m`. ensure you have MATLAB executable and mex in the path.
25+
26+
Ensure you have CUDA installed, and nvcc in $PATH.
27+
To build `matconvnet`, in MATLAB, go to `<deep-fbanks-dir>/matconvnet/matlab` and run:
28+
`mex -setup C++`
29+
`vl_compilenn('enableGPU', true)`
30+
2231

23-
To build `matconvnet`, go to `<deep-fbanks-dir>/matconvnet/matlab` and run `vl_compilenn`; ensure you have CUDA installed, and nvcc in the path.
2432

2533
For LLC features (Table 3 in arxiv paper), please download the code from [http://www.robots.ox.ac.uk/~vgg/software/enceval_toolkit](http://www.robots.ox.ac.uk/~vgg/software/enceval_toolkit) and copy the following to the code folder (no subfolders!)
2634

0 commit comments

Comments
 (0)