DataoceanAI commited on
Commit
c702dc2
·
1 Parent(s): f77a9f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -5,7 +5,7 @@ metrics:
5
 
6
  ## Introduction
7
 
8
- This repository provides the baseline model files for CNVSRC2023 (CN-CVS Visual Speech Recognition 2023).
9
 
10
  ## Usage
11
 
@@ -14,9 +14,9 @@ Please download these model files and use them in the [baseline code](https://gi
14
  ## Performance
15
 
16
  The following table shows these models' performance on their own tasks.
17
- | Training Data | Task | CER | File Name |
18
- |:-------------------------:|:----------------:|:------:|:-----------------------------------------|
19
- | CN-CVS (<4s) | Pre-training | / | model_avg_14_23_cncvs_4s.pth |
20
- | CN-CVS (full) | Pre-training | / | model_avg_last10_cncvs_4s_30s.pth |
21
- | CN-CVS + Multi-speaker |Multi-speaker VSR | 58.42% | model_avg_last5_cncvs_multi-speaker.pth |
22
- | CN-CVS + Single-speaker |Single-speaker VSR| 46.01% | model_avg_last5_cncvs_single-speaker.pth |
 
5
 
6
  ## Introduction
7
 
8
+ This repository provides the baseline model files for CNVSRC2023 (Chinese Continuous Visual Speech Recognition Challenge 2023).
9
 
10
  ## Usage
11
 
 
14
  ## Performance
15
 
16
  The following table shows these models' performance on their own tasks.
17
+ | Training Data | Task | CER | File Name |
18
+ |:-------------------------:|:----------------------:|:------:|:-----------------------------------------|
19
+ | CN-CVS (<4s) | Pre-training | / | model_avg_14_23_cncvs_4s.pth |
20
+ | CN-CVS (full) | Pre-training | / | model_avg_last10_cncvs_4s_30s.pth |
21
+ | CN-CVS + CNVSRC-Single.Dev| Single-speaker VSR (T1)| 46.01% | model_avg_last5_cncvs_cnvsrc-single.pth |
22
+ | CN-CVS + CNVSRC-Multi.Dev | Multi-speaker VSR (T2) | 58.42% | model_avg_last5_cncvs_cnvsrc-multi.pth |