Skip to content

Commit

Permalink
Add reproducibility warning in README (#216)
Browse files Browse the repository at this point in the history
* Update version. Add reproducibility note

* Add link to pyannote 3.1 interpolation issue in README
  • Loading branch information
juanmc2005 committed Nov 19, 2023
1 parent 8f4eaab commit a71ec53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@ If you found diart useful, please make sure to cite our paper:

![Results table](https://github.com/juanmc2005/diart/blob/main/table1.png?raw=true)

**Important:** We highly recommend installing `pyannote.audio<3.1` to reproduce these results.
For more information, see [this issue](https://github.com/juanmc2005/diart/issues/214).

Diart aims to be lightweight and capable of real-time streaming in practical scenarios.
Its performance is very close to what is reported in the paper (and sometimes even a bit better).

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[metadata]
name=diart
version=0.8.0
version=0.9.0
author=Juan Manuel Coria
description=Streaming speaker diarization in real-time
description=A python framework to build AI for real-time speech
long_description=file: README.md
long_description_content_type=text/markdown
keywords=speaker diarization, streaming, online, real time, rxpy
Expand Down

0 comments on commit a71ec53

Please sign in to comment.