From a709b8f541472e8173c045bf4d14f71be2ec682a Mon Sep 17 00:00:00 2001 From: Alain Riou <36546630+aRI0U@users.noreply.github.com> Date: Tue, 19 Dec 2023 14:08:56 +0100 Subject: [PATCH] add best paper award in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 633b184..a41a69c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **tl;dr**: Fast and powerful pitch estimator based on machine learning This code is the implementation of the [PESTO paper](https://arxiv.org/abs/2309.02265), -that has been accepted at [ISMIR 2023](https://ismir2023.ismir.net/). +that received the Best Paper Award at [ISMIR 2023](https://ismir2023.ismir.net/). **Disclaimer:** This repository contains minimal code and should be used for inference only. If you want full implementation details or want to use PESTO for research purposes, take a look at ~~[this repository](https://github.com/aRI0U/pesto-full)~~ (coming soon!). -- GitLab