Rudrabha / LipGAN

This repository contains the codes for LipGAN. LipGAN was published as a part of the paper titled "Towards Automatic Face-to-Face Translation".
http://cvit.iiit.ac.in/research/projects/cvit-projects/facetoface-translation
MIT License
578 stars 122 forks source link

librosa's mfcc extraction #3

Closed ArashHosseini closed 4 years ago

ArashHosseini commented 4 years ago

@prajwalkr do you think its possible to use librosa instead of matlab?

prajwalkr commented 4 years ago

Hi, thanks for checking out the repository. Yes, it is possible to use Librosa. We had initially used MATLAB for direct, fair comparison with the "You Said That?" paper.

But very recently we had tried a bit with librosa and the results looked alright. You should definitely give it a go without hesitation :)

schilpr commented 4 years ago

@prajwalkr I know you closed this issue, sorry to respond to it.

Could you share your librosa code to replace the Matlab dependency? I have no access to Matlab and would like to continue my research without first figuring out librosa.

Thank you.

prajwalkr commented 4 years ago

Hello, so very recently (a few days back), we have coded a rough version of the model to use Mel spectrograms from Librosa.

I will polish it a bit and share it in the early first week of March, as I am currently held up with other deadlines. I hope that is alright :)

I will push it to a new branch where the whole thing would work independently of MATLAB.

schilpr commented 4 years ago

@prajwalkr that's awesome, thank you very much for the great work on this project.

prajwalkr commented 4 years ago

Please check out the new branch fully_pythonic. Please raise new issues regarding any bugs that you might encounter.