openvpi / MakeDiffSinger

Pipelines and tools to build your own DiffSinger dataset.
BSD 3-Clause "New" or "Revised" License
87 stars 23 forks source link

Typo in forced alignment README #6

Closed med1844 closed 1 year ago

med1844 commented 1 year ago

Run:

python build_dataset.py --wav path/to/your/segments/ --tg path/to/final/textgrids/ --dataset path/to/your/dataset/

According to this line, the argument should be wavs instead of wav. The correct command should be python build_dataset.py --wavs path/to/your/segments/ --tg path/to/final/textgrids/ --dataset path/to/your/dataset/.

yqzhishen commented 1 year ago

Thanks for catching this, the typo has been fixed.