magphase icon indicating copy to clipboard operation
magphase copied to clipboard

the number of frames in label and acoustic features are different: 1285 vs 1276 (Casting_Correct_0080)

Open rmmal opened this issue 6 years ago • 7 comments

How could i handle such error when i use magphase with merlin using constant frame rate ??

rmmal avatar May 30 '18 12:05 rmmal

The wav has 103120 sample which by sampling rate 16000 will be 6.445 second and since frame shift is 0.005

so the wav must have 1289 frame

when i run the feature extractor , the output number of frames become 973 and by interpolation it become 1276 , so how could it be like the exact number of frames of the wav ?

rmmal avatar May 30 '18 13:05 rmmal

Hi, Thank you for posting. I have some questions:

  • Which data are you using?
  • Are you using the slt_arctic/s2 recipe?
  • Could you send me the example pair (wav and corresponding lab file), please?

felipeespic avatar May 31 '18 00:05 felipeespic

  1. Custom dataset
  2. yes , i am using slt_arctic/s2 recipe
  3. Sure , i will , here it is : https://drive.google.com/drive/folders/1nJtKWbufEIUEY93H-zxRMH7uwPr8Psjh?usp=sharing

rmmal avatar Jun 03 '18 14:06 rmmal

Also there are some waves that repear produces empty file so it doesn't continue getting features for it , i don't know if it's a bug or what ?

rmmal avatar Jun 05 '18 11:06 rmmal

I also faced this problem. I use the LJSpeech dataset and constant frame rate:

CRITICALListDataProvider: the number of frames in label and acoustic features are different: 1211 vs 1182 (LJ010-0079)

ZhaoZeqing avatar Mar 14 '19 11:03 ZhaoZeqing

Have you solved the problem?I meet it too

1271086950 avatar Sep 16 '19 10:09 1271086950

I just commited a fixing for the inconsistency of number of frames given by REAPER (ec6ae28). That may solve the problem.

felipeespic avatar Oct 14 '19 18:10 felipeespic