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

Perform feature extraction on a descriptor file instead of an audio file #26

Closed
NaturalFigurehead opened this issue Aug 8, 2018 · 4 comments

Comments

@NaturalFigurehead
Copy link

Is there a way to train a model, then perform feature extraction on a descriptor file of an audio file instead of the actual audio file itself?

My problem is that users will submit their audio files to me for analysis. I analyse them and send back the results. Then I delete the audio file because it's not mine and I can't store it. But if I can export some sort of descriptor file for that audio file, then later I'd like to be able to train a new model and extract the features for that descriptor.

Is something like this possible with this library?

@slychief
Copy link
Member

slychief commented Aug 8, 2018

Hi,

I'm not quite shure if I understand your question. When you say you are analysing tracks, do you mean, that you perform a classification or detection task such as genre classification or mood prediction?

Which modules are you using from this repository?

@audiofeature
Copy link

audiofeature commented Aug 8, 2018 via email

@NaturalFigurehead
Copy link
Author

@audiofeature cool that's what I was looking for. Looks like this uses the classify function? Where do I get the model object to pass into it? And then for feature I just pass a path to one of the three feature files?

I'd read through this tutorial (http://nbviewer.ipython.org/github/tuwien-musicir/rp_extract/blob/master/RP_extract_Tutorial.ipynb) but it seems to not be working.

@audiofeature
Copy link

audiofeature commented Aug 13, 2018 via email

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

3 participants