mdeff / fma

FMA: A Dataset For Music Analysis
https://arxiv.org/abs/1612.01840
MIT License
2.2k stars 432 forks source link

Made the logarithmic image of `cross_correlation` more readable #54

Open KofClubs opened 3 years ago

KofClubs commented 3 years ago

Before modification, the logarithmic image of cross_correlation is as follows:

cross_correlation_log_old

This drawing method does not conform to our habit of reading an (X, Y) image. To make it more readable, I committed this pull request.

After modification, the logarithmic image of cross_correlation is as follows:

cross_correlation_log_new