clovaai / voxceleb_trainer

In defence of metric learning for speaker recognition
MIT License
1.01k stars 272 forks source link

Can't unzip the folder #141

Closed ShayKaiserman closed 2 years ago

ShayKaiserman commented 2 years ago

I'm following the dataprep.py script, but while extraction command I get error that the file created from the command cat vox2_dev_aac* > vox2_aac.zip is basically not a zipfile and it can't be unzipped.. Am I the only one with this problem? can somebody help me please?

ShayKaiserman commented 2 years ago

I solved it! Apparently you need to download and concatenate all the files available (part a-g), and I downloaded only part of them. When you do that the zip file is valid and you can unzip it.