Skip to content

How to run './extras/download.sh' and use vlfeat #17

@brando90

Description

@brando90

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions