Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Deep learning project on lipreading in video using visual only cues and/or audiovisual cues

Notifications You must be signed in to change notification settings

iwawiwi/whispering-fairies

Repository files navigation


Lip Reading on The Wild

PyTorch Lightning Config: Hydra Template

Description

What it does

How to run

Install dependencies

# clone project
git clone https://github.com/YourGithubName/your-repo-name
cd your-repo-name

# [OPTIONAL] create conda environment
conda create -n myenv python=3.8
conda activate myenv

# install pytorch according to instructions
# https://pytorch.org/get-started/

# install requirements
pip install -r requirements.txt

Train model with default configuration

# train on CPU
python train.py trainer.gpus=0

# train on GPU
python train.py trainer.gpus=1

Train model with chosen experiment configuration from configs/experiment/

python train.py experiment=experiment_name.yaml

You can override any parameter from command line like this

python train.py trainer.max_epochs=20 datamodule.batch_size=64

About

Deep learning project on lipreading in video using visual only cues and/or audiovisual cues

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published