Mercurial > hg > mirex-meta-analysis
diff collect_all_public_annotations.m @ 6:e2337cd691b1 tip
Finishing writing the matlab code to replicate all observations made in the article.
Added the article to the repository.
Renamed the two main scripts ("1-get_mirex_estimates.rb" and "2-generate_smith2013_ismir.m") to not have dashes (since this was annoying within Matlab)
Added new Michael Jackson figure.
author | Jordan Smith <jordan.smith@eecs.qmul.ac.uk> |
---|---|
date | Wed, 05 Mar 2014 01:02:26 +0000 |
parents | 92b5a46bc67b |
children |
line wrap: on
line diff
--- a/collect_all_public_annotations.m Sat Feb 22 21:25:43 2014 +0000 +++ b/collect_all_public_annotations.m Wed Mar 05 01:02:26 2014 +0000 @@ -115,6 +115,7 @@ end % Load EP data +% NOTE WELL: if you encounter an error here, are you sure you moved the file ep_groundtruth_txt.zip to your public_data directory and unzipped it? [tmp all_files tmp1] = fileattrib(strcat(ep_dir,'/*.txt')); for j=1:length(all_files), if all_files(j).directory==0 & all_files(j).GroupRead==1, @@ -177,6 +178,7 @@ end % Load SALAMI data +% NOTE WELL: if you encounter an error here, are you sure you unzipped the data.zip file *within* the SALAMI data file? [tmp all_files tmp1] = fileattrib(strcat(salami_dir,'/*')); for j=1:length(all_files), if all_files(j).directory == 0 & all_files(j).GroupRead==1,