Skip to content

Commit

Permalink
readme paper link + examples coming soon
Browse files Browse the repository at this point in the history
  • Loading branch information
jorshi committed Jul 3, 2024
1 parent 5dc979e commit dfe511b
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


[![Demo](https://img.shields.io/badge/Web-Audio_Examples-blue)](https://jordieshier.com/projects/nime2024/)
[![Paper](https://img.shields.io/badge/PDF-Paper-green)](#)
[![Paper](https://img.shields.io/badge/PDF-Paper-green)](http://instrumentslab.org/data/andrew/shier_nime2024.pdf)

[Jordie Shier](https://jordieshier.com), [Charalampos Saitis](http://eecs.qmul.ac.uk/people/profiles/saitischaralampos.html), Andrew Robertson, and [Andrew McPherson](https://www.imperial.ac.uk/people/andrew.mcpherson)

Expand All @@ -28,21 +28,15 @@ pip install --upgrade pip
pip install -e .
```

## Example Training and Inference
## Examples

Download snare drum performance audio:
**Coming soon**

```bash
mkdir audio
cd audio
wget https://pub-814e66019388451395cf43c0b6f10300.r2.dev/carson.zip
unzip carson.zip
cd ..
```

## Numerical Experiments

Instructions to reproduce numerical results from the NIME 2024 paper.
Instructions to reproduce numerical results from the NIME 2024 paper. The included
scripts require a GPU to run.

### Dataset

Expand Down

0 comments on commit dfe511b

Please sign in to comment.