Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
apmcleod authored Dec 20, 2020
1 parent 5bba256 commit 66f367f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ To compile the code, simply run `make` in the base directory.

### Non-aligned Data
Use the `-a` flag to evaluate a non-time-aligned transcription:
* `java -cp bin mv2h.Main -g gt.txt -t transcription.txt -a`
* `java -cp bin mv2h.Main -g gt.txt -t transcription.txt [-a|-A] [-p DOUBLE]`

* `-a` or `-A`: Perform normal (`-a`) or verbose (`-A`, will also print out note-by-note alignment details) alignment.

* `-p DOUBLE` (new in v2.2): Set the DTW insertion and deletion penalties to the given `DOUBLE` (default 1.0).
Higher values will force the DTW alignment to align as many notes as possible, even if they don't match well. Lower values will make it only rarely align notes that don't match exactly.

### Aligned Data
To evaluate a time-aligned transcription and ground truth:
Expand Down

0 comments on commit 66f367f

Please sign in to comment.