Rudimentary tkinter app to speed up tagging/transcribing training data for tacotron
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
281 B

4 years ago
  1. #!/bin/sh
  2. wget -O dataset.tar --content-disposition --user-agent "macintosh" https://cloud.technicalincompetence.club/index.php/s/W8rLGrCKgrFXw8z/download
  3. tar -xvf dataset.tar
  4. mkdir -p dataset/in
  5. mv wavs/out/* dataset/in/
  6. rm -rf wavs
  7. mkdir -p dataset/out
  8. mkdir -p dataset/discard