Anwarvic / Speaker-Recognition

This repo contains my attempt to create a Speaker Recognition and Verification system using SideKit-1.3.1
109 stars 32 forks source link

HDF5 Exception #10

Open yunfei-shi opened 5 years ago

yunfei-shi commented 5 years ago

When I try to run model training with "python ubm.py" in step 5, I got "Exception: show enroll/S01.01.digits.wav is not in the HDF5 file". the error located in the following code, seg_indices=range(enroll_stat.segset.shape[0]), all the data are prepared as follows, ubm_16.h5 is under dir ubm. data ├── audio │   ├── data │   ├── enroll │   └── test ├── feat │   ├── enroll │   └── test ├── feat.zip ├── task │   ├── enroll_idmap.h5 │   ├── plda_idmap.h5 │   ├── test_idmap.h5 │   ├── test_ndx.h5 │   ├── test_trials.txt │   └── tv_idmap.h5 └── ubm └── ubm_16.h5 can anyone help me?

hsljctong commented 4 years ago

You can delete all your folder and try the code again. @Anwarvic recommend putting the outpath in a standalone directory 'exp',you can change your path 'data' to 'exp' and try again.I run as the recommend and I don`t have your issue.

VitoCostanzo commented 3 years ago

@yunfei-shi have you solve this problems? I have the same.