Skip to content

Instantly share code, notes, and snippets.

@andfoy
Created May 18, 2017 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andfoy/64bccc214509c312d975e38a87f462fb to your computer and use it in GitHub Desktop.
Save andfoy/64bccc214509c312d975e38a87f462fb to your computer and use it in GitHub Desktop.
imgDir = 'BSR/BSDS500/data/images/test';
gtDir = 'BSR/BSDS500/data/groundTruth/test';
inDir = '<Folder that contains the .mat files>';
outDir = 'eval/test/<name_of_yout_method>';
mkdir(outDir);
nthresh = 99;
tic;
allBench_fast(imgDir, gtDir, inDir, outDir, nthresh);
toc;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment