Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to test on only a couple of images from the test set? #34

Open
manyaafonso opened this issue Aug 7, 2017 · 0 comments
Open

How to test on only a couple of images from the test set? #34

manyaafonso opened this issue Aug 7, 2017 · 0 comments

Comments

@manyaafonso
Copy link

I am trying to test on a couple of examples from the NYU set.

I add the line test_data.imlist = test_data.imlist(1:2);
after
test_data = struct('dataType', 'test', 'imlist', {getImageSet('test')}, ...
'image_dir', fullfile(c.dataDir, 'images', filesep()), ...
'dep_dir', fullfile(c.dataDir, 'depth', filesep()), ...
'ground_truth_dir', fullfile(c.benchmarkGtDir, filesep()), 'ext', 'png', ...
'res_dir', fullfile(p.contours_model_dir, 'test', 'modelNyuRgbd-3'));
in script_edges.m and then run at the prompt:
clear; jobName = 'test_edge_model'; script_edges;

But this runs for a really long time inspite of being just two images, and I have to eventually use a control+c to end it.

What am I missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant