adikhosla / feature-extraction

Computer vision feature extraction toolbox for image classification
Other
306 stars 136 forks source link

Problem when compiling the program #11

Open Aska123 opened 6 years ago

Aska123 commented 6 years ago

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