Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in lrs/README.md #4911

Merged
merged 1 commit into from
Feb 4, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion egs/lrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ The main code for the recognition system is the <code>run.sh</code> script. In t
* Build a tokenizer using Sentencepiece: https://github.com/google/sentencepiece

##### Stage 5: Reliability measures generation
* Stage 5.0: Creat dump file for MFCC features
* Stage 5.0: Create dump file for MFCC features
* Stage 5.1: Video augmentation with Gaussian blur and salt&pepper noise
* Stage 5.2: OpenFace face recognition for facial recognition (especially the mouth region, for further details see documentation in avsr1/local folder )
* Stage 5.3: Extract video frames
Expand Down