Skip to content

Commit f7865fd

Browse files
committed
update the readme for environment installation
1 parent b05579e commit f7865fd

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

+10-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ ASTER is an accurate scene text recognizer with flexible rectification mechanism
66

77
![ASTER Overview](overview.png)
88

9+
## Installation
10+
11+
```
12+
conda env create -f environment.yml
13+
```
14+
915
## Train
1016

1117
```
@@ -20,10 +26,10 @@ bash scripts/main_test_all.sh
2026

2127
## Reproduced results
2228

23-
| | IIIT5k | SVT | IC03 | IC13 | SVTP | CUTE |
24-
|:-------------:|:------:|:----:|:-----:|:-----:|:-----:|:-----:|
25-
| ASTER (L2R) | 92.67 | - | 93.72 | 90.74 | 78.76 | 76.39 |
26-
| ASTER.Pytorch | 93.2 | 89.2 | 92.2 | 91 | 81.2 | 81.9 |
29+
| | IIIT5k | SVT | IC03 | IC13 | IC15 | SVTP | CUTE |
30+
|:-------------:|:------:|:----:|:-----:|:-----:|:-----:|:-----:|:-----:|
31+
| ASTER (L2R) | 92.67 | - | 93.72 | 90.74 | - | 78.76 | 76.39 |
32+
| ASTER.Pytorch | 93.2 | 89.2 | 92.2 | 91 | 78.0 | 81.2 | 81.9 |
2733

2834
At present, the bidirectional attention decoder proposed in ASTER is not included in my implementation.
2935

0 commit comments

Comments
 (0)