Fig. 1: LipNet architecture.
- Install Dependencies
$ pip install -r requirements.txt
- Download Pretrained Weights Here
- Project Structure
.
├── src
│ ├── nn
│ │ └── model.py
│ └── utils
│ ├── dataProvider.py
│ ├── labelConverter.py
│ ├── losses.py
│ ├── misc.py
│ ├── trainUtils.py
│ └── transforms.py
├── config.py
└── train.py
CTC takes a sequence
where
Fig. 2: Model Training History.
- You Can Find Dataset Here
Project is distributed under MIT License