Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Understanding Column Labels (01, 02, 03, etc.) in FMA Dataset #68

Open
darren7753 opened this issue Oct 14, 2023 · 1 comment
Open

Understanding Column Labels (01, 02, 03, etc.) in FMA Dataset #68

darren7753 opened this issue Oct 14, 2023 · 1 comment

Comments

@darren7753
Copy link

darren7753 commented Oct 14, 2023

Hello, I'm currently working on my thesis about music genre classification using the FMA dataset. However, I'm having trouble understanding the meaning of these columns labeled 01, 02, 03, and so on. Could you please assist me with this? I would greatly appreciate it.

messageImage_1697303257294

@allispaul
Copy link

In case an answer to this would still be helpful: MFCC produces a sequence of coefficients, numbered 01, 02, ..., for each small time window of a track. To generate that table, the programmers calculated the first 20 of these coefficients, and then took their mean, variance, etc. over the whole track. So the column ("mfcc", "median", 02) gives the median of the 2nd MFC coefficient over the whole track.

The situation's the same for the other features, and many of those are easier to understand than MFCC. For example, there are 12 chroma_cqt features for each time window, representing the strength of the 12 chromatic pitch classes in that window. The summary statistics for those features tell you about the strength of the 12 pitch classes over the whole track.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants