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

how to create the nsynth_features folder? #1

Closed
sck opened this issue Aug 23, 2021 · 1 comment
Closed

how to create the nsynth_features folder? #1

sck opened this issue Aug 23, 2021 · 1 comment

Comments

@sck
Copy link

sck commented Aug 23, 2021

Hi,

thank you so much for making this repository! While going through the notebooks I noticed that
I don't know how to create the folder nsynth_features for notes.ipynb. I downloaded the nsynth dataset, but it doesn't contain a nsynth_features folder in the right format. Did I overlook some documentation?

@zafarrafii
Copy link
Owner

Hi Sven,

Sorry for not making this clear, I didn't think someone would try to replicate this work :) The NSynth dataset only contains the musical notes (separated in 3 subfolders, for training, validation, and testing). You need to create you own nsynth_features folder and compute the features (MFCCs and CQT-SECs) yourself. You can use the cqtsec module for that. I didn't include the folder with the computed features in this repo because it's too large. The notebook notes.ipynb has a section that shows an example for computing those features for one specific velocity (75): https://nbviewer.jupyter.org/github/zafarrafii/CQT-SEC-Python/blob/master/notes.ipynb#3A Hope this helps!

Best,

Zafar

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