Skip to content
View halsoo's full-sized avatar
πŸ˜΅β€πŸ’«
Last Semester of My Master's
πŸ˜΅β€πŸ’«
Last Semester of My Master's

Block or report halsoo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
halsoo/README.md

Hi, I'm DongMin Kim

You can also call me Halsoo

  • πŸ‘·β€β™‚οΈ masters student @ MALer Lab, Sogang Univ, Seoul.

  • πŸ€” research interests: Optical Music Recognition (OMR), Differentiable Digital Signal Processing (DDSP), Music Source Separation, Audio-Image-Symbolic Music dataset.

  • πŸ’¬ please contact me freely about research, collab opportunities, etc.

  • πŸ“« [email protected]

Pinned Loading

  1. MALerLab/jeongganbo-omr MALerLab/jeongganbo-omr Public

    Jeongganbo OMR

    Python 3

  2. Robot-Radio-Station Robot-Radio-Station Public

    Jupyter Notebook 2

  3. pyEssentials pyEssentials
    1
    from datetime import datetime
    2
    from pathlib import Path
    3
    import logging
    4
    
                  
    5
    import json
  4. pyplot.imshow wrapper pyplot.imshow wrapper
    1
    import matplotlib.pyplot as plt
    2
    
                  
    3
    def imshow(img, cmap='gray', axis=True, dpi=100):
    4
      axis = 'on' if axis else 'off'
    5