Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Pro
Popular repositories
-
Lyrics-to-audio-alignement system. Based on Machine Learning Algorithms: Hidden Markov Models with Viterbi forced alignment. The alignment is explicitly aware of durations of musical notes. The pho…
-
lyrics-to-audio-alignement system. Initially done using HTK for rapid prototyping
-
Scripts for computing common lyrics-to-audio alignment evaluation metrics. Usable evaluation for any token-based alignment (e.g. if token is word, phrase, note, section etc.) User for the evaluatio…
-
singing voice with annotations of vocal onsets, based on the matched MIDI from http://colinraffel.com/projects/lmd/
Jupyter Notebook 8
-
-
Parses models created by the HTK Toolkit (http://htk.eng.cam.ac.uk/) as text files into Python class. It enables then various operations with the models like visualization and comparison.
12 contributions in the last year
Contribution activity
June - July 2020
May 2020
- georgid/msaf Python
Created an issue in urinieto/msaf that received 3 comments
End ground truth boundaries is falsely doubled
Then boundaries_id = 'gt' the boundaries are converted first to frame indices here. Then once the labeling algorithm outputs the results this line …