yonghyunk1m commited on
Commit
29df892
Β·
1 Parent(s): 86a6f6f

org card: accurate project names, compact inline links

Browse files
Files changed (1) hide show
  1. README.md +11 -13
README.md CHANGED
@@ -19,16 +19,14 @@ From the [MAC Lab](https://mac.kaist.ac.kr/) at KAIST and the [Music Informatics
19
 
20
  PianoVAM captures piano performance across every modality at once. Each of 107 practice recordings on a Yamaha Disklavier aligns top-view video, lossless audio, ground-truth MIDI, and 21-point hand landmarks to the same take. On top of the dataset we build models that read one modality from another, starting with V2N, which transcribes piano to complete MIDI from silent video alone.
21
 
22
- ### PianoVAM: a multimodal piano dataset (ISMIR 2025)
23
- - πŸ—‚οΈ [Dataset](https://huggingface.co/datasets/PianoVAM/PianoVAM_v1)
24
- - 🎬 [Live demo](https://huggingface.co/spaces/PianoVAM/PianoVAM)
25
- - πŸ“„ [Paper](https://arxiv.org/abs/2509.08800)
26
- - πŸ’» [Code](https://github.com/yonghyunk1m/PianoVAM-Code)
27
-
28
- ### V2N: visual piano transcription (ISMIR 2026)
29
- - 🎬 [Live demo](https://huggingface.co/spaces/PianoVAM/V2N)
30
- - πŸ“„ [Paper](https://arxiv.org/abs/2608.03419)
31
- - πŸ’» [Code](https://github.com/yonghyunk1m/V2N)
32
-
33
- ### PiaRec & ASDF: acquisition and fingering toolkits (ISMIR 2025 LBD)
34
- - πŸ“„ [Paper](https://arxiv.org/abs/2509.15222)
 
19
 
20
  PianoVAM captures piano performance across every modality at once. Each of 107 practice recordings on a Yamaha Disklavier aligns top-view video, lossless audio, ground-truth MIDI, and 21-point hand landmarks to the same take. On top of the dataset we build models that read one modality from another, starting with V2N, which transcribes piano to complete MIDI from silent video alone.
21
 
22
+ ### PianoVAM
23
+ A multimodal piano performance dataset (ISMIR 2025).
24
+ πŸ—‚οΈ [Dataset](https://huggingface.co/datasets/PianoVAM/PianoVAM_v1) Β· 🎬 [Live demo](https://huggingface.co/spaces/PianoVAM/PianoVAM) Β· πŸ“„ [Paper](https://arxiv.org/abs/2509.08800) Β· πŸ’» [Code](https://github.com/yonghyunk1m/PianoVAM-Code)
25
+
26
+ ### V2N (Video to Notes)
27
+ Visual piano transcription from silent video (ISMIR 2026).
28
+ 🎬 [Live demo](https://huggingface.co/spaces/PianoVAM/V2N) Β· πŸ“„ [Paper](https://arxiv.org/abs/2608.03419) Β· πŸ’» [Code](https://github.com/yonghyunk1m/V2N)
29
+
30
+ ### PiaRec & ASDF
31
+ Web toolkits for dataset acquisition and fingering annotation (ISMIR 2025 LBD).
32
+ πŸ“„ [Paper](https://arxiv.org/abs/2509.15222)