Skip to content

Commit

Permalink
Merge pull request svc-develop-team#366 from asdfw13/4.1-Stable
Browse files Browse the repository at this point in the history
Change preprocessing to rmvpe
  • Loading branch information
ylzz1997 authored Aug 2, 2023
2 parents c8d35d8 + ec69b92 commit 8fd0d43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ fcpe

If the training set is too noisy,it is recommended to use `crepe` to handle f0

If the f0_predictor parameter is omitted, the default value is `dio`
If the f0_predictor parameter is omitted, the default value is `rmvpe`

If you want shallow diffusion (optional), you need to add the `--use_diff` parameter, for example:

Expand Down
2 changes: 1 addition & 1 deletion README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ fcpe

如果训练集过于嘈杂,请使用 crepe 处理 f0

如果省略 f0_predictor 参数,默认值为 dio
如果省略 f0_predictor 参数,默认值为 rmvpe

尚若需要浅扩散功能(可选),需要增加--use_diff 参数,比如

Expand Down
2 changes: 1 addition & 1 deletion preprocess_hubert_f0.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def parallel_process(filenames, num_processes, f0p, diff, mel_extractor, device)
'--use_diff',action='store_true', help='Whether to use the diffusion model'
)
parser.add_argument(
'--f0_predictor', type=str, default="dio", help='Select F0 predictor, can select crepe,pm,dio,harvest,rmvpe,fcpe|default: pm(note: crepe is original F0 using mean filter)'
'--f0_predictor', type=str, default="rmvpe", help='Select F0 predictor, can select crepe,pm,dio,harvest,rmvpe,fcpe|default: pm(note: crepe is original F0 using mean filter)'
)
parser.add_argument(
'--num_processes', type=int, default=1, help='You are advised to set the number of processes to the same as the number of CPU cores'
Expand Down

0 comments on commit 8fd0d43

Please sign in to comment.