Skip to content

Commit 662136d

Browse files
committed
Update RMVPE checkpoint download link
1 parent 431862f commit 662136d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/BestPractices.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,19 @@ pe_ckpt: checkpoints/xxx/model.pt # pitch extractor model path (if it requires
187187

188188
### Parselmouth
189189

190-
[Parselmouth](https://github.com/YannickJadoul/Parselmouth) is the default pitch extractor in this repository. It is based on DSP algorithms, runs fast on CPU and can get accurate F0 on clean and normal recordings. To use parselmouth, simply include the following line in your configuration file:
190+
[Parselmouth](https://github.com/YannickJadoul/Parselmouth) is the default pitch extractor in this repository. It is based on DSP algorithms, runs fast on CPU and can get accurate F0 on clean and normal recordings.
191+
192+
To use parselmouth, simply include the following line in your configuration file:
191193

192194
```yaml
193195
pe: parselmouth
194196
```
195197

196198
### RMVPE
197199

198-
[RMVPE](https://github.com/Dream-High/RMVPE) (Robust Model for Vocal Pitch Estimation) is the state-of-the-art NN-based pitch estimation model for singing voice. It runs slower than parselmouth, consumes more memory, however uses CUDA to accelerate computation (if available) and produce better results on noisy recordings and edge cases. To enable RMVPE, put its `model.pt` in `checkpoints/rmvpe` and edit your configuration file:
200+
[RMVPE](https://github.com/Dream-High/RMVPE) (Robust Model for Vocal Pitch Estimation) is the state-of-the-art NN-based pitch estimation model for singing voice. It runs slower than parselmouth, consumes more memory, however uses CUDA to accelerate computation (if available) and produce better results on noisy recordings and edge cases.
201+
202+
To enable RMVPE, download its pre-trained checkpoint from [here](https://github.com/openvpi/DiffSinger/releases/download/v2.1.0/rmvpe.zip), extract it into the `checkpoints/` folder and edit the configuration file:
199203

200204
```yaml
201205
pe: rmvpe

0 commit comments

Comments
 (0)