-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
I downloaded the files and everything but I've had trouble getting VLFeat to work. In particular its suggest to do:
0. Set the current directory to the practical base directory.
1. From Bash:
1. Run `./extras/download.sh`. This will download the
`imagenet-vgg-verydeep-16.mat` model as well as a binary
copy of the VLFeat library and a copy of MatConvNet.
2. Run `./extra/genfonts.sh`. This will download the Google Fonts
and extract them as PNG files.
3. Run `./extra/genstring.sh`. This will create
`data/sentence-lato.png`.
2. From MATLAB run `addpath extra ; packFonts ;`. This will create
`data/charsdb.mat`.
3. Test the practical: from MATLAB run all the exercises in order.
but it doesn't quite work because extra is not defined or anywhere to be found. Whats going on?
in particular I am trying to do:
% Visualize the output y
figure(2) ; clf ; vl_imarraysc(y) ; colormap gray ;
of the tutorial but matlab throws errors.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels