comparison collect_all_mirex_algo_output_data.m @ 4:92b5a46bc67b

Made a bunch of progressive updates to several files. Focused on adding comments that will print to screen to keep the user availed of progress.
author Jordan Smith <jordan.smith@eecs.qmul.ac.uk>
date Sat, 07 Dec 2013 18:18:50 +0000
parents 624231da830b
children
comparison
equal deleted inserted replaced
3:c5c97558fb2f 4:92b5a46bc67b
51 year(i).names = names_tmp{2}(2:end); 51 year(i).names = names_tmp{2}(2:end);
52 catch 52 catch
53 fprintf('Error opening or reading the following CSV file:\n %s\n',csv_files{i}); 53 fprintf('Error opening or reading the following CSV file:\n %s\n',csv_files{i});
54 end 54 end
55 end 55 end
56 fprintf('OK, done with that.\n\n')
56 57
57 58
58 fprintf('About to go through all the algorithm outputs and load all the predicted song descriptions. If you see lots of errors, please ensure that the files exist in the correct location.\n') 59 fprintf('About to go through all the algorithm outputs and load all the predicted song descriptions. If you see lots of errors, please ensure that the files exist in the correct location.\n')
59 60
60 mrxoutput = {}; 61 mrxoutput = {};
72 fprintf('Screw up on %s?\n',mrxoutput(k).algo(j).song(i).file) 73 fprintf('Screw up on %s?\n',mrxoutput(k).algo(j).song(i).file)
73 end 74 end
74 end 75 end
75 end 76 end
76 end 77 end
78 fprintf('OK, done with that.\n\n')