File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ ASTER is an accurate scene text recognizer with flexible rectification mechanism
6
6
7
7
![ ASTER Overview] ( overview.png )
8
8
9
+ ## Installation
10
+
11
+ ```
12
+ conda env create -f environment.yml
13
+ ```
14
+
9
15
## Train
10
16
11
17
```
@@ -20,10 +26,10 @@ bash scripts/main_test_all.sh
20
26
21
27
## Reproduced results
22
28
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 |
27
33
28
34
At present, the bidirectional attention decoder proposed in ASTER is not included in my implementation.
29
35
You can’t perform that action at this time.
0 commit comments