Hervé Bredin commited on
Commit
e900ca9
·
1 Parent(s): c540094

fix: fix links to 'expected_outputs'

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -98,7 +98,7 @@ AMI Mix-Headset | 0.851 | 0.430 | 0.115 | 0.146
98
  DIHARD3 | 0.855 | 0.292 | 0.036 | 0.001
99
  VoxConverse | 0.883 | 0.688 | 0.106 | 0.526
100
 
101
- We also provide the [expected output](paper/expected_outputs/vad) on those three datasets in RTTM format.
102
 
103
  ### Overlapped speech detection
104
 
@@ -117,7 +117,7 @@ AMI Mix-Headset | 0.552 | 0.311 | 0.131 | 0.180
117
  DIHARD3 | 0.564 | 0.264 | 0.158 | 0.080
118
  VoxConverse | 0.617 | 0.387 | 0.367 | 0.334
119
 
120
- We also provide the [expected output](paper/expected_outputs/osd) on those three datasets in RTTM format.
121
 
122
  ### Resegmentation
123
 
@@ -138,7 +138,7 @@ VoxConverse | 0.537 | 0.724 | 0.410 | 0.563
138
 
139
 
140
 
141
- [VBx RTTM files](paper/expected_outputs/vbx) are also provided in this repository for convenience:
142
 
143
  ```python
144
  from pyannote.database.utils import load_rttm
@@ -148,5 +148,5 @@ resegmented_vbx = pipeline({"audio": "DH_EVAL_000.wav",
148
  ```
149
 
150
 
151
- We also provide the [expected output](paper/expected_outputs/rsg) on those three datasets in RTTM format.
152
 
 
98
  DIHARD3 | 0.855 | 0.292 | 0.036 | 0.001
99
  VoxConverse | 0.883 | 0.688 | 0.106 | 0.526
100
 
101
+ We also provide the [expected output](tree/main/paper/expected_outputs/vad) on those three datasets in RTTM format.
102
 
103
  ### Overlapped speech detection
104
 
 
117
  DIHARD3 | 0.564 | 0.264 | 0.158 | 0.080
118
  VoxConverse | 0.617 | 0.387 | 0.367 | 0.334
119
 
120
+ We also provide the [expected output](tree/main/paper/expected_outputs/osd) on those three datasets in RTTM format.
121
 
122
  ### Resegmentation
123
 
 
138
 
139
 
140
 
141
+ [VBx RTTM files](tree/main/paper/expected_outputs/vbx) are also provided in this repository for convenience:
142
 
143
  ```python
144
  from pyannote.database.utils import load_rttm
 
148
  ```
149
 
150
 
151
+ We also provide the [expected output](tree/main/paper/expected_outputs/rsg) on those three datasets in RTTM format.
152