Skip to content

Violin pitch extraction and few improvements #98

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

Merged
merged 9 commits into from
Oct 16, 2024

Conversation

genisplaja
Copy link
Collaborator

In this PR we:

  • Fix few minor problems
  • Add the option to pass kwargs to the compiam.load_model() function
  • Add the violin pitch tracking model courtesy of @venkatKrishnan86 (original repo is here).

@genisplaja
Copy link
Collaborator Author

genisplaja commented Oct 9, 2024

If @venkatKrishnan86 you could also please take a look it would be amazing :) Thanks!


def download_model(self, model_path=None):
"""Download pre-trained model."""
url = "https://drive.google.com/uc?id=1XloLWjnWlTuxOHUF_9fFBRRwNBv-nko-&export=download"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oop. What's this? Are we generally storing models on drive?

Copy link
Collaborator

@thomasgnuttall thomasgnuttall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good feel free to merge if tests pass

@genisplaja genisplaja merged commit 7bed0df into master Oct 16, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants