hendriks73 / tempo-cnn

Framework for estimating temporal properties of music tracks.
GNU Affero General Public License v3.0
87 stars 12 forks source link

the Accuracy0,Accuracy1,Accuracy2 in your paper is the same as the accuracy in music classification? #1

Closed THtanghuan closed 5 years ago

THtanghuan commented 5 years ago

Hello. Recently,I do some research on music classification .I wan't to know that 'musical tempo estimation' is the same as 'music classification'?I can't understand the Accuracy0,Accuracy1,Accuracy2 in your paper,which is the same as the accuracy in music classification? thank you

hendriks73 commented 5 years ago

Accuracy1 and 2 have been defined for tempo estimation in this paper.

For my paper, Accuracy0 has been defined as correct estimate up to the nearest integer.

THtanghuan commented 5 years ago

Thank you very much. I do my experiment on music genre classification using GTZAN datasets. Do I need use my accuracy results on my music genre classification to compare with your which one accuracy in your paper about GTZAN datasets? Thanks.

hendriks73 commented 5 years ago

tempo-cnn is about tempo, not genre. It makes no sense to compare any results from this project with a project that does genre classification.

THtanghuan commented 5 years ago

Thank you very much