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

Problem when compiling the program #11

Open
Aska123 opened this issue Jun 6, 2018 · 0 comments
Open

Problem when compiling the program #11

Aska123 opened this issue Jun 6, 2018 · 0 comments

Comments

@Aska123
Copy link

Aska123 commented Jun 6, 2018

Respected Sir,
When I run following command
datasets_feature(datasets, train_lists, test_lists, feature, c);
I got error:
Error using imread (line 349)
File "sun2.jpg" does not exist.

Error in imgread (line 12)
I = imread(img);

Error in build_dictionary>(parfor body)
(line 49)
img = imgread(filelist{perm(i)},
p);

Error in build_dictionary (line 47)
parfor i=1:num_images

Error in datasets_feature (line 31)
c.feature_config.(feature).dictionary
= build_dictionary(train_lists{i},
feature, c);

how to remeove this error.
Thanks

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