admin管理员组

文章数量:1401959

I wanted to generate world level highlighting for my videos using WhisperX as is shown here where the subtitle shows up and words get highlighted as they are spoken.

I have installed the dependencies in as given in the GitHub page . However when I run the command on Command Prompt in Windows

C:\Users\profe>whisperx "C:mypathtofile\test audio 2.mp3" --model medium --align_model WAV2VEC2_ASR_LARGE_LV60K_960H --highlight_words True --verbose True

the Command Prompt stops at Performing alignment... as is shown here

the files that are generated as output are:

The JSON file has the world level timestamps. Things I tired doing:

  1. changed the alignment model
  2. change the model
  3. added --device CUDA & --verbose True None of it seemed to let it proceed beyond the "Performing Alignment..." part. Any leads on this will be greatly appreciated. Thank you

本文标签: