Jonathon Duerig commited on
Commit ·
e2e161f
1
Parent(s): c70a4d2
Add rmvpe checkpoint
Browse files- README.md +12 -1
- rmvpe.safetensors +3 -0
README.md
CHANGED
|
@@ -2,10 +2,21 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
|
|
|
|
|
|
|
|
|
| 5 |
Pretrained pitch extractor model for use when making a new base model with StyleTTS 2 or Stylish TTS
|
| 6 |
|
| 7 |
- Taken from the StyleTTS 2 repo: https://github.com/yl4579/StyleTTS2
|
| 8 |
- This is a Joint Detection and Classification network for melody
|
| 9 |
- Original Paper: https://www.mdpi.com/2076-3417/9/7/1324
|
| 10 |
- Original Code: https://github.com/keums/melodyExtraction_JDC
|
| 11 |
-
- Trained on LibriTTS corpus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
|
| 6 |
+
# pitch_extractor.safetensors
|
| 7 |
+
|
| 8 |
Pretrained pitch extractor model for use when making a new base model with StyleTTS 2 or Stylish TTS
|
| 9 |
|
| 10 |
- Taken from the StyleTTS 2 repo: https://github.com/yl4579/StyleTTS2
|
| 11 |
- This is a Joint Detection and Classification network for melody
|
| 12 |
- Original Paper: https://www.mdpi.com/2076-3417/9/7/1324
|
| 13 |
- Original Code: https://github.com/keums/melodyExtraction_JDC
|
| 14 |
+
- Trained on LibriTTS corpus
|
| 15 |
+
|
| 16 |
+
# rmvpe.safetensors
|
| 17 |
+
|
| 18 |
+
Pretrained RMVPE model for use in training other models.
|
| 19 |
+
|
| 20 |
+
- Taken from the Applio repository: https://huggingface.co/IAHispano/Applio/blob/main/Resources/rmvpe.pt
|
| 21 |
+
- Based on "RMVPE: A Robust Model for Vocal Pitch Estimation in Polyphonic Music" by Haojie Wei, Xueke Cao, Tangpeng Dan, Yueguo Chen [Paper](https://www.isca-archive.org/interspeech_2023/wei23b_interspeech.html)
|
| 22 |
+
|
rmvpe.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b95f7c86d89c137360201c5468a6940d55f85ea7d596b4d3505babdd20eef67d
|
| 3 |
+
size 361976300
|