Missing file "popcs_statis.yaml"
Hello! Thank you for this great repo. I saw that there is a new midi version tutorial with the opencpop, but you also mentioned the vocoder need to be fine-tuned further, so I would like to try the popcs dataset for midi version. At the preparation stage, I changed the
export PYTHONPATH=.
CUDA_VISIBLE_DEVICES=0 python data_gen/tts/bin/binarize.py --config usr/configs/midi/cascade/opencs/aux_rel.yaml
Into
export PYTHONPATH=.
CUDA_VISIBLE_DEVICES=0 python data_gen/tts/bin/binarize.py --config usr/configs/midi/e2e/popcs/ds100_adj_rel.yaml
But when I run it, it turns out the binarize.py requires a file called"popcs_statis.yaml", which should in path "usr/configs/midi/cascade/popcs/popcs_statis.yaml". Would you mind telling me how to generate that file or could you upload that file?