lbh-kor commited on
Commit
94fe588
·
verified ·
1 Parent(s): c2ce2bc

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: pytorch
3
+ pipeline_tag: automatic-speech-recognition
4
+ tags:
5
+ - Lipreading
6
+ - TD3Net
7
+ ---
8
+
9
+ # TD3Net Weights
10
+
11
+ This repository provides pretrained weights for the paper:
12
+
13
+ 📄 [TD3Net: Temporal Densely Connected Multidilated Convolutional Network for Word-Level Lipreading](https://arxiv.org/abs/2506.16073)
14
+ 🔗 Official code: [GitHub Repository](https://github.com/lbh-kor/TD3Net-A-Temporal-Densely-Connected-Multi-dilated-Convolutional-Network-for-Lipreading)
15
+
16
+ > For implementation details and usage, please refer to the GitHub repository.