FactoDeepLearning commited on
Commit
721a067
·
verified ·
1 Parent(s): 13aaa9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,11 +1,15 @@
1
  ---
2
  pipeline_tag: image-to-text
3
  tags:
4
- - 'arxiv:2504.03349'
5
- - 'github_repo:https://github.com/FactoDeepLearning/META-DAN'
6
  ---
 
 
 
7
  **<span style="color: #A6351B;">Warning: this project is under a research/academic usage only license, preventing any usage for commercial purposes without permission.</span>**
8
 
 
 
9
  This repository contains official trained model weights from the paper:
10
  Denis Coquenet, "Meta-DAN: towards an efficient prediction strategy for page-level handwritten text recognition", Pattern Recognition, 2026.
11
 
@@ -15,4 +19,20 @@ The source code is available [here](https://github.com/FactoDeepLearning/META-DA
15
  Weights are given for the following models: DAN (TPAMI 2023), Faster DAN (ICDAR 2023), MT-DAN (PR 2026), W-DAN (PR 2026) and Meta-DAN (PR 2026).
16
  Pre-trained weights at line level are also provided.
17
 
18
- Each models is either trained on a single dataset (BRESSAY, CASIA2, Eparchos, Esaposalles, IAM, MAURDOR, READ2016, RIMES, ScribbleLens) or on a set of latin languages (IAM+BRESSAY+READ2016+Espossales+ScribbleLens).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  pipeline_tag: image-to-text
3
  tags:
4
+ - 'arxiv:2504.03349'
 
5
  ---
6
+
7
+ # Meta-DAN
8
+
9
  **<span style="color: #A6351B;">Warning: this project is under a research/academic usage only license, preventing any usage for commercial purposes without permission.</span>**
10
 
11
+
12
+
13
  This repository contains official trained model weights from the paper:
14
  Denis Coquenet, "Meta-DAN: towards an efficient prediction strategy for page-level handwritten text recognition", Pattern Recognition, 2026.
15
 
 
19
  Weights are given for the following models: DAN (TPAMI 2023), Faster DAN (ICDAR 2023), MT-DAN (PR 2026), W-DAN (PR 2026) and Meta-DAN (PR 2026).
20
  Pre-trained weights at line level are also provided.
21
 
22
+ Each models is either trained on a single dataset (BRESSAY, CASIA2, Eparchos, Esaposalles, IAM, MAURDOR, READ2016, RIMES, ScribbleLens) or on a set of latin languages (IAM+BRESSAY+READ2016+Espossales+ScribbleLens).
23
+
24
+ ## Citation
25
+
26
+ **BibTeX**
27
+
28
+ ```
29
+ @article{Coquenet2026,
30
+ author={ Denis Coquenet },
31
+ journal={Pattern Recognition},
32
+ title={Meta-DAN: towards an efficient prediction strategy for page-level handwritten text recognition},
33
+ year={2026},
34
+ pages={113373},
35
+ volume={117},
36
+ doi={10.1016/j.patcog.2026.113373},
37
+ }
38
+ ```