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
585 stars 124 forks source link

matlab issue #41

Closed augustfr closed 3 years ago

augustfr commented 3 years ago

I have matlab 2020b installed on my mac. I can't figure out how to run the create_mat function. What should I be typing into the terminal?

Screen Shot 2021-01-20 at 8 12 53 PM
Rudrabha commented 3 years ago

The second argument should require filename.mat for running this code. In case you are unable to run the matlab code, please check out our fully pythonic_branch in https://github.com/Rudrabha/LipGAN/tree/fully_pythonic This branch does not require matlab and will have quite similar results to the original LipGAN.