Alex-Badea / Pocket-3DR

A MATLAB implementation of a full 3D Reconstruction pipeline for small-scale reconstructions using the functions provided by the Czech Technical University in Prague, Faculty of Electrical Engineering
9 stars 6 forks source link

unable to use my own dataset #1

Closed Rqureshi10 closed 3 years ago

Rqureshi10 commented 5 years ago

i had copied a dataset of fountaion named fon01,fon02.... in ims folder but the following errors occurs Error using imread>get_full_filename (line 566) File "fon01.jpg" does not exist.

Error in imread (line 375) fullname = get_full_filename(filename);

Error in main (line 27) Cim{i} = imread(imsNames{i});