jixinya / EVP

Code for paper 'Audio-Driven Emotional Video Portraits'.
291 stars 49 forks source link

question about training #16

Open Sample-design-alt opened 2 years ago

Sample-design-alt commented 2 years ago

There are some problems when I running python train/disentanglement/dtw/MFCC_dtw.py.

  1. Can you tell the function in 132-140? https://github.com/jixinya/EVP/blob/1f725b8e23f5e29f6211d74e3c08636de7053239/train/disentanglement/dtw/MFCC_dtw.py#L132-L140
  2. the dimension of mfcc_k is (13, ) is right? The dimension of mfcc_k can not feed into network.(it will cause dismatch dimension)

Waiting your reply. Thanks.