Update README.md

This commit is contained in:
Miuzarte 2023-03-24 16:59:47 +08:00
parent 27ef997952
commit 58322242ac
2 changed files with 24 additions and 4 deletions

View File

@ -61,7 +61,7 @@ Although the pretrained model generally does not cause any copyright problems, p
Simply place the dataset in the `dataset_raw` directory with the following file structure.
```shell
```
dataset_raw
├───speaker0
│ ├───xxx1-xxx1.wav
@ -73,6 +73,16 @@ dataset_raw
└───xxx7-xxx007.wav
```
You can customize the speaker name.
```
dataset_raw
└───suijiSUI
├───1.wav
├───...
└───25788785-20221210-200143-856_01_(Vocals)_0_0.wav
```
## 🛠️ Preprocessing
1. Resample to 44100Hz and mono
@ -170,7 +180,7 @@ Use [onnx_export.py](https://github.com/svc-develop-team/so-vits-svc/blob/4.0/on
Note: For Hubert Onnx models, please use the models provided by MoeSS. Currently, they cannot be exported on their own (Hubert in fairseq has many unsupported operators and things involving constants that can cause errors or result in problems with the input/output shape and results when exported.) [Hubert4.0](https://huggingface.co/NaruseMioShirakana/MoeSS-SUBModel)
## Previous contributors
## ☀️ Previous contributors
For some reason the author deleted the original repository. Because of the negligence of the organization members, the contributor list was cleared because all files were directly reuploaded to this repository at the beginning of the reconstruction of this repository. Now add a previous contributor list to README.md.

View File

@ -61,7 +61,7 @@ http://obs.cstcloud.cn/share/obs/sankagenkeshi/checkpoint_best_legacy_500.pt
仅需要以以下文件结构将数据集放入dataset_raw目录即可
```shell
```
dataset_raw
├───speaker0
│ ├───xxx1-xxx1.wav
@ -73,6 +73,16 @@ dataset_raw
└───xxx7-xxx007.wav
```
可以自定义说话人名称
```
dataset_raw
└───suijiSUI
├───1.wav
├───...
└───25788785-20221210-200143-856_01_(Vocals)_0_0.wav
```
## 🛠️ 数据预处理
1. 重采样至44100Hz单声道
@ -170,7 +180,7 @@ python inference_main.py -m "logs/44k/G_30400.pth" -c "configs/config.json" -n "
+ 注意Hubert Onnx模型请使用MoeSS提供的模型目前无法自行导出fairseq中Hubert有不少onnx不支持的算子和涉及到常量的东西在导出时会报错或者导出的模型输入输出shape和结果都有问题
[Hubert4.0](https://huggingface.co/NaruseMioShirakana/MoeSS-SUBModel)
## 旧贡献者
## ☀️ 旧贡献者
因为某些原因原作者进行了删库处理本仓库重建之初由于组织成员疏忽直接重新上传了所有文件导致以前的contributors全部木大现在在README里重新添加一个旧贡献者列表