Difference between revisions of "2009:Audio Chord Detection Results Per Album"
JohanPauwels (talk | contribs) (→Method) |
JohanPauwels (talk | contribs) (→Method) |
||
Line 38: | Line 38: | ||
==Method== | ==Method== | ||
− | A Python script was made which takes the csv-files from the [[Audio_Chord_Detection_Results results page]] as input, retrieves the corresponding album for each song in a dictionary, orders the songs according to the album and calculates the weighted average for each album.<br /> | + | A Python script was made which takes the csv-files from the [[Audio_Chord_Detection_Results | results page]] as input, retrieves the corresponding album for each song in a dictionary, orders the songs according to the album and calculates the weighted average for each album.<br /> |
− | The script was written for Python 2.6 and is available for [[http://users.elis.ugent.be/~jppauwel/mirex2009/mirexChordResultsRewriter.py download]]. Feel free to modify/expand it. | + | The script was written for Python 2.6 and is available for [[http://users.elis.ugent.be/~jppauwel/mirex2009/mirexChordResultsRewriter.py |download]]. Feel free to modify/expand it. |
Revision as of 09:51, 14 January 2010
Johan will post the results of his per album analysis as soon as he figures out the Wiki syntax, so come back later
Contents
Task 1
Overview per artist
file /nema-raid/www/mirex/results/http://users.elis.ugent.be/~jppauwel/mirex2009/task1.overlap.artists.csv not found
Overview per artist (merged maj/min)
file /nema-raid/www/mirex/results/http://users.elis.ugent.be/~jppauwel/mirex2009/task1.overlap.artists.csv not found
Detailed results per album
CH = Christopher Harte
DE = Dan Ellis
KO1 = Maksim Khadkevich, Maurizio Omologo
KO2 = Maksim Khadkevich, Maurizio Omologo
MD = Matthias Mauch, Katy Noland, Simon Dixon
OGF1 = Laurent Oudre, Yves Grenier,Cedric Fevotte (majmin)
OGF2 = Laurent Oudre, Yves Grenier,Cedric Fevotte (majmin7)
PP = Helene Papadopoulos, Geoffroy Peeters
PVM1 = Johan Pauwels, Matthias Varewyck,Jean-Pierre Martens
PVM2 = Johan Pauwels, Matthias Varewyck,Jean-Pierre Martens
RRHS1 = Thomas Rocher, Matthias Robine, Pierre Hanna,Robert Strandh
RRHS2 = Thomas Rocher, Matthias Robine, Pierre Hanna,Robert Strandh
RRHS3 = Thomas Rocher, Matthias Robine, Pierre Hanna,Robert Strandh
Task 2
Overview per artist
file /nema-raid/www/mirex/results/http://users.elis.ugent.be/~jppauwel/mirex2009/task2.overlap.artists.csv not found
Overview per artist (merged maj/min)
file /nema-raid/www/mirex/results/http://users.elis.ugent.be/~jppauwel/mirex2009/task2.overlap.artists.csv not found
Detailed results per album
RUSUSL = J.T.Reed,Yushi Ueda,S.Siniscalchi,Yuki Uchiyama,Shigeki Sagayama,C.H.Lee
WEJ1 = Adrian Weller, Daniel Ellis, Tony Jebara
WEJ2 = Adrian Weller, Daniel Ellis, Tony Jebara
WEJ3 = Adrian Weller, Daniel Ellis, Tony Jebara
WEJ4 = Adrian Weller, Daniel Ellis, Tony Jebara
Method
A Python script was made which takes the csv-files from the results page as input, retrieves the corresponding album for each song in a dictionary, orders the songs according to the album and calculates the weighted average for each album.
The script was written for Python 2.6 and is available for [|download]. Feel free to modify/expand it.