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

Automatically detect chords used in the song #4

Open
punchagan opened this issue Feb 27, 2021 · 1 comment
Open

Automatically detect chords used in the song #4

punchagan opened this issue Feb 27, 2021 · 1 comment
Labels
idea Things we may get to implementing some day

Comments

@punchagan
Copy link
Owner

Could we do audio detection? Use youtube transcript for the video? Use image processing on the video frames?

@punchagan punchagan added the enhancement New feature or request label Feb 27, 2021
@punchagan punchagan changed the title Idea: Automatically detect chords used in the song Automatically detect chords used in the song Feb 27, 2021
@punchagan punchagan added idea Things we may get to implementing some day and removed enhancement New feature or request labels Mar 24, 2021
@punchagan
Copy link
Owner Author

the potentially easier idea could be to try to train a visual network. Not looking at finger positioning on the instrument, though that could be one way (but harder?)

Most of these tutorials have the chord diagrams displayed on the screen.. we could build a system to identify that.

We could generate a training set for this by randomly generating chord diagrams and placing that on top of random frames from videos. Then trying to identify where that chord diagram appears in the video. And once we pick the diagram, we can build a "hand writing classifier" kinda of thing to get the actual chord name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Things we may get to implementing some day
Projects
None yet
Development

No branches or pull requests

1 participant