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

colab #4

Closed ak9250 closed 4 years ago

ak9250 commented 4 years ago

can inference be done in colab using octave instead of matlab

prajwalkr commented 4 years ago

It can be done in colab, but I am not aware of audio processing libraries in octave (have not worked with octave before). Also, the pre-trained model given has been trained with MATLAB mfcc outputs. There might be slight differences when you generate MFCCs using Octave. So you might need to train the model again.