VITA-Group/AutoSpeech

Issue with README

free-soellingeraj opened this issue · 1 comments

I found that the documented directory structure in the master/README.md did not run with the code.

Where it says:

The data should be organized as:

VoxCeleb1
 - wav
 - vox1_meta.csv
 - iden_split.txt
 - veri_test.txt

It should say:

The data should be organized as:

VoxCeleb1
 - dev/wav/...
 - test/wav/...
 - vox1_meta.csv
 - iden_split.txt
 - veri_test.txt

fixed at 9247ece