In function readFrame, line 86: ss>>filename, where ss is a stringstream which does not accept while space, therefore if the dataset file path has white space in it, filename will not be assigned correctly and all the png data files will not be read correctly. Program will crash.
In function readFrame, line 86: ss>>filename, where ss is a stringstream which does not accept while space, therefore if the dataset file path has white space in it, filename will not be assigned correctly and all the png data files will not be read correctly. Program will crash.