Open DaddyJin opened 3 years ago
I'm also interested in this process. @jixinya Do you have a plan to release the audio disentanglement module?
I have released the training code. More details of DTW can be seen in train/disenetanglement/dtw/MFCC_dtw.py.
我已经发布了培训代码。DTW 的更多细节可以在 train/disenetanglement/dtw/MFCC_dtw.py 中看到。
how to generate landmark file
Given two audio features of shape [N1, 28, 12] and [N2, 28, 12], could you please show me the demo code of align them using DTW methods? When training the disentanglement module, lots of audio features are used. Did you align all of them to the minimum length? I am really curious about the details of audio feature preprocessing. Thank you for your great work and looking forward to your reply!