Skip to content

Lip Reading in the Wild using ResNet and LSTMs in PyTorch

License

Notifications You must be signed in to change notification settings

PingYufeng/Lipreading-PyTorch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lipreading With Machine Learning In PyTorch

A PyTorch implementation of the models described in Combining Residual Networks with LSTMs for Lipreading by T. Stafylakis and G. Tzimiropoulos. Adapted from the Torch7 code.

Usage

  • Install Python 3.
  • Clone the repository.
  • Run pip3 install -r requirements.txt to install project dependencies.
  • to use, run python3 main.py.

Dependencies

  • Python 3 to run the program
  • PyTorch for tensors, network definition and backprop
  • ImageIO to load video clips
  • NumPy to visualize individual layers

About

Lip Reading in the Wild using ResNet and LSTMs in PyTorch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%