-
Notifications
You must be signed in to change notification settings - Fork 134
Problem when compiling the program #11
Copy link
Copy link
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels