Skip to content

Commit 3d61aaf

Browse files
authored
Update README.md
1 parent d7a04db commit 3d61aaf

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
1-
<p align="center">
2-
<h1 align="center">Stratified Domain Adaptation: A Progressive Self-Training Approach for Scene Text Recognition</h1>
3-
<h3 align="center">WACV 2025 Early Acceptance (Round 1)</h3>
4-
</p>
1+
<div align="center">
2+
<h1>Stratified Domain Adaptation: A Progressive Self-Training Approach for Scene Text Recognition</h1>
3+
<h3>WACV 2025 Early Acceptance (Round 1)</h3>
4+
<a href="https://openaccess.thecvf.com/content/WACV2025/html/Le_Stratified_Domain_Adaptation_A_Progressive_Self-Training_Approach_for_Scene_Text_WACV_2025_paper.html">[📰 Paper]</a>
5+
<a href="WACV2025/wacv25-1278-poster.pdf">[🖼️ Poster]</a>
6+
<a href="WACV2025/wacv25-1278-slides.pdf">[📚 Slides]</a>
7+
<br>
8+
<img src="https://wacv2025.thecvf.com/wp-content/uploads/2024/06/WACV-2025-Logo_Color-1024x315.png" width="400" alt="WACV 2025 Logo">
9+
</div>
510

6-
This is the official implementation of the [StrDA paper](https://arxiv.org/abs/2410.09913):
11+
12+
13+
This is the official implementation of the [StrDA paper](https://openaccess.thecvf.com/content/WACV2025/html/Le_Stratified_Domain_Adaptation_A_Progressive_Self-Training_Approach_for_Scene_Text_WACV_2025_paper.html)
14+
15+
## News 🚀🚀🚀
16+
- `2025/03/03`: We have released the implementation of StrDA for TRBA and CRNN.
717
```
8-
@article{le2024stratified,
9-
title={Stratified Domain Adaptation: A Progressive Self-Training Approach for Scene Text Recognition},
10-
author={Le, Kha Nhat and Nguyen, Hoang-Tuan and Tran, Hung Tien and Ngo, Thanh Duc},
11-
journal={arXiv preprint arXiv:2410.09913},
12-
year={2024}
18+
@InProceedings{Le_2025_WACV,
19+
author = {Le, Kha Nhat and Nguyen, Hoang-Tuan and Tran, Hung Tien and Ngo, Thanh Duc},
20+
title = {Stratified Domain Adaptation: A Progressive Self-Training Approach for Scene Text Recognition},
21+
booktitle = {Proceedings of the Winter Conference on Applications of Computer Vision (WACV)},
22+
month = {February},
23+
year = {2025},
24+
pages = {8972-8982}
1325
}
1426
```

0 commit comments

Comments
 (0)