Skip to content

Commit c5a1bae

Browse files
authored
Add reproducibility warning in README (#216)
* Update version. Add reproducibility note * Add link to pyannote 3.1 interpolation issue in README
1 parent 8e9f74c commit c5a1bae

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,9 @@ If you found diart useful, please make sure to cite our paper:
377377

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

380+
**Important:** We highly recommend installing `pyannote.audio<3.1` to reproduce these results.
381+
For more information, see [this issue](https://github.com/juanmc2005/diart/issues/214).
382+
380383
Diart aims to be lightweight and capable of real-time streaming in practical scenarios.
381384
Its performance is very close to what is reported in the paper (and sometimes even a bit better).
382385

setup.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[metadata]
22
name=diart
3-
version=0.8.0
3+
version=0.9.0
44
author=Juan Manuel Coria
5-
description=Streaming speaker diarization in real-time
5+
description=A python framework to build AI for real-time speech
66
long_description=file: README.md
77
long_description_content_type=text/markdown
88
keywords=speaker diarization, streaming, online, real time, rxpy

0 commit comments

Comments
 (0)